You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

base36

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base36

Yet another implementation for the positional numeral system using 36 as the radix.

0.1.1
PyPI
Maintainers
1

Base36 in Python

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 <https://github.com/tonyseek/python-base36/issues>_.

Contributes

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

Did you know?

Socket

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.

Install

Related posts