Python package implementing delta coding.
Project description
Python package implementing delta coding.
How do I install this package?
As usual, just download it using pip:
pip install delta_coding
Tests Coverage
Since some software handling coverages sometime get slightly different results, here’s three of them:
Usage example
from delta_coding import delta_coding delta_coding(0) # 1 delta_coding(1) # 0100 delta_coding(2) # 0101 delta_coding(3) # 01100 delta_coding(4) # 01101 delta_coding(5) # 01110 delta_coding(6) # 01111 delta_coding(7) # 00100000 delta_coding(8) # 00100001
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size delta_coding-1.0.1.tar.gz (2.9 kB) | File type Source | Python version None | Upload date | Hashes View |