Yet another implementation for the positional numeral system using 36 as the radix.
pip install base36
import base36 assert base36.dumps(19930503) == 'bv6h3' assert base36.loads('bv6h3') == 19930503
If you want to report bugs or request features, please create issues on GitHub Issues.
You can send a pull reueqst on GitHub.