
Product
Redesigned Repositories Page: A Faster Way to Prioritize Security Risk
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.
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 <https://github.com/tonyseek/python-base36/issues>
_.
You can send a pull reueqst on
GitHub <https://github.com/tonyseek/python-base36/pulls>
_.
.. |Build Status| image:: https://img.shields.io/travis/tonyseek/python-base36.svg?style=flat :target: https://travis-ci.org/tonyseek/python-base36 :alt: Build Status .. |Coverage Status| image:: https://img.shields.io/coveralls/tonyseek/python-base36.svg?style=flat :target: https://coveralls.io/r/tonyseek/python-base36 :alt: Coverage Status .. |Wheel Status| image:: https://pypip.in/wheel/base36/badge.svg?style=flat :target: https://warehouse.python.org/project/base36 :alt: Wheel Status .. |PyPI Version| image:: https://img.shields.io/pypi/v/base36.svg?style=flat :target: https://pypi.python.org/pypi/base36 :alt: PyPI Version
FAQs
Yet another implementation for the positional numeral system using 36 as the radix.
We found that base36 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.
Security News
Multiple deserialization flaws in PyTorch Lightning could allow remote code execution when loading untrusted model files, affecting versions up to 2.4.0.
Security News
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.