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
Raw data
{
"_id": null,
"home_page": "https://github.com/tonyseek/python-base36",
"name": "base36",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Jiangge Zhang",
"author_email": "tonyseek@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/7e/63/e75b652d027bb394b67a61d232fd2f10d032ec3b8658dd81c593a9dfc25e/base36-0.1.1.tar.gz",
"platform": "Any",
"description": "Base36 in Python\n================\n\nYet another implementation for the positional numeral system using 36 as the radix.\n\n\nInstallation\n------------\n\n::\n\n pip install base36\n\n\nUsage\n-----\n\n::\n\n import base36\n\n assert base36.dumps(19930503) == 'bv6h3'\n assert base36.loads('bv6h3') == 19930503\n\n\nIssues\n------\n\nIf you want to report bugs or request features, please create issues on\n`GitHub Issues <https://github.com/tonyseek/python-base36/issues>`_.\n\n\nContributes\n-----------\n\nYou can send a pull reueqst on\n`GitHub <https://github.com/tonyseek/python-base36/pulls>`_.\n\n\n.. |Build Status| image:: https://img.shields.io/travis/tonyseek/python-base36.svg?style=flat\n :target: https://travis-ci.org/tonyseek/python-base36\n :alt: Build Status\n.. |Coverage Status| image:: https://img.shields.io/coveralls/tonyseek/python-base36.svg?style=flat\n :target: https://coveralls.io/r/tonyseek/python-base36\n :alt: Coverage Status\n.. |Wheel Status| image:: https://pypip.in/wheel/base36/badge.svg?style=flat\n :target: https://warehouse.python.org/project/base36\n :alt: Wheel Status\n.. |PyPI Version| image:: https://img.shields.io/pypi/v/base36.svg?style=flat\n :target: https://pypi.python.org/pypi/base36\n :alt: PyPI Version",
"bugtrack_url": null,
"license": "MIT",
"summary": "Yet another implementation for the positional numeral system using 36 as the radix.",
"version": "0.1.1",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d5255ed7384b92e7c35909b8e939096cc24a13d64fc4e3a16c0d4b9438c3f88c",
"md5": "29391c0bfb05eecba8e9a2d3aae0fd67",
"sha256": "15eec75cf938a2186349e6b6dfc7320c73c065921493be83808c68d909b15763"
},
"downloads": -1,
"filename": "base36-0.1.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "29391c0bfb05eecba8e9a2d3aae0fd67",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 3530,
"upload_time": "2014-12-07T10:20:47",
"upload_time_iso_8601": "2014-12-07T10:20:47.952262Z",
"url": "https://files.pythonhosted.org/packages/d5/25/5ed7384b92e7c35909b8e939096cc24a13d64fc4e3a16c0d4b9438c3f88c/base36-0.1.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7e63e75b652d027bb394b67a61d232fd2f10d032ec3b8658dd81c593a9dfc25e",
"md5": "178f06bd6b525143a326ea8c705fccab",
"sha256": "6f221783c5499bd5fd4a1102054df9638d6232ff5ca850c21fd1efe5070c1a96"
},
"downloads": -1,
"filename": "base36-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "178f06bd6b525143a326ea8c705fccab",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2782,
"upload_time": "2014-12-07T10:20:50",
"upload_time_iso_8601": "2014-12-07T10:20:50.808159Z",
"url": "https://files.pythonhosted.org/packages/7e/63/e75b652d027bb394b67a61d232fd2f10d032ec3b8658dd81c593a9dfc25e/base36-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2014-12-07 10:20:50",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "tonyseek",
"github_project": "python-base36",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"tox": true,
"lcname": "base36"
}