Metadata-Version: 2.0
Name: py-multicodec
Version: 0.1.1
Summary: Multicodec implementation in Python
Home-page: https://github.com/dhruvbaldawa/py-multicodec
Author: Dhruv Baldawa
Author-email: dhruv@dhruvb.com
License: MIT license
Keywords: multicodec
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
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: six (==1.10.0)
Requires-Dist: varint (==1.0.2)

=================
py-multicodec
=================


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

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

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

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


Multicodec implementation in Python


* Free software: MIT license
* Documentation: https://multicodec.readthedocs.io.


Features
--------

* TODO


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

0.1.0 (2017-09-03)
------------------

* First release on PyPI.


