Skip to main content

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.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page