You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

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.


Maintainers
1

Readme

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc