Yet another implementation for the positional numeral system using 36 as the radix.
Project description
Yet another implementation for the positional numeral system using 36 as the radix.
Installation
pip install base36
Usage
import base36 assert base36.dumps(19930503) == 'bv6h3' assert base36.loads('bv6h3') == 19930503
Issues
If you want to report bugs or request features, please create issues on GitHub Issues.
Contributes
You can send a pull reueqst on GitHub.
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.
Source Distribution
base36-0.1.1.tar.gz
(2.8 kB
view hashes)
Built Distribution
Close
Hashes for base36-0.1.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15eec75cf938a2186349e6b6dfc7320c73c065921493be83808c68d909b15763 |
|
MD5 | 29391c0bfb05eecba8e9a2d3aae0fd67 |
|
BLAKE2b-256 | d5255ed7384b92e7c35909b8e939096cc24a13d64fc4e3a16c0d4b9438c3f88c |