Metadata-Version: 2.4
Name: py-multihash
Version: 2.0.1
Summary: Multihash implementation in Python
Home-page: https://github.com/multiformats/multihash
Author: Dhruv Baldawa
Author-email: dhruv@dhruvb.com
License: MIT license
Keywords: multihash
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
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: varint<2.0,>=1.0.2
Requires-Dist: six<2.0,>=1.10.0
Requires-Dist: morphys<2.0,>=1.0
Requires-Dist: base58<3.0,>=1.0.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

============
py-multihash
============


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

.. image:: https://img.shields.io/travis/multiformats/py-multihash.svg?branch=master
        :target: https://travis-ci.org/multiformats/py-multihash?branch=master

.. image:: https://codecov.io/gh/multiformats/py-multihash/branch/master/graph/badge.svg
        :target: https://codecov.io/gh/multiformats/py-multihash

.. image:: https://readthedocs.org/projects/multihash/badge/?version=stable
        :target: https://multihash.readthedocs.io/en/stable/?badge=stable
        :alt: Documentation Status



Multihash implementation in Python


* Free software: MIT license
* Documentation: https://multihash.readthedocs.io.
* Python versions: Python 3.4, 3.5, 3.6



History
-------

0.2.3 (2018-10-20)
=======================
* Fix issue with decoding breaking with app codes
* Fix issue with invalid varint decoding

0.1.0 (2018-10-19)
=======================

* First release on PyPI.
