Metadata-Version: 2.1
Name: planetmint-multiformat-multihash
Version: 2.1.1
Summary: Multihash implementation in Python
Home-page: https://github.com/planetmint/py-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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst

============
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.6, 3.7, 3.8, 3.9



History
-------

2.1.0 (forked master)
=====================

* remove crazy version range limits for dependencies which cause major headaches
  for downstream projects with multiple confluent indirect dependencies on this library

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.
