Metadata-Version: 2.0
Name: py-multibase
Version: 0.1.1
Summary: Multibase implementation for Python
Home-page: https://github.com/dhruvbaldawa/multibase
Author: Dhruv Baldawa
Author-email: dhruv@dhruvb.com
License: MIT license
Keywords: multibase
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: morphys (==1.0.0)
Requires-Dist: python-baseconv (==1.2.0)
Requires-Dist: six (==1.10.0)

============
py-multibase
============



.. image:: https://img.shields.io/pypi/v/py-multibase.svg
        :target: https://pypi.python.org/pypi/py-multibase

.. image:: https://img.shields.io/travis/dhruvbaldawa/py-multibase.svg
        :target: https://travis-ci.org/dhruvbaldawa/py-multibase

.. image:: https://readthedocs.org/projects/py-multibase/badge/?version=latest
        :target: https://py-multibase.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/dhruvbaldawa/py-multibase/shield.svg
     :target: https://pyup.io/repos/github/dhruvbaldawa/py-multibase/
     :alt: Updates


Multibase implementation for Python


* Free software: MIT license
* Documentation: https://py-multibase.readthedocs.io.

Installation
------------

    $ pip install py-multibase


Supported codecs
----------------

* base2
* base8
* base10
* base16
* base16
* base16
* base32hex
* base32
* base32z
* base58flickr
* base58btc
* base64
* base64url

TODO
----

* Add package documentation
* Add docstrings


=======
History
=======

0.1.0 (2017-09-02)
------------------

* First release on PyPI.


