Metadata-Version: 1.1
Name: py-multihash
Version: 0.2.3
Summary: Multihash implementation in Python
Home-page: https://github.com/multiformats/multihash
Author: Dhruv Baldawa
Author-email: dhruv@dhruvb.com
License: MIT license
Description: ============
        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.
        
Keywords: multihash
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
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
