tonyseek · GitHub

Build Status Coverage Status PyPI Version Wheel Status

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

Readme

MIT license

Activity

Stars

24 stars

Watchers

3 watching

Forks

8 forks

Releases

Packages

Used by

Contributors

Languages

Read the original on github.com ↗