Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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.
About
Yet another implementation for the positional numeral system using 36 as the radix
Topics
Resources
Stars
24 stars
Watchers
3 watching