Metadata-Version: 2.0
Name: py-ipld-dag
Version: 0.1.0
Summary: MerkelDAG implementation in Python
Home-page: https://github.com/ipld/py-ipld-dag
Author: Dhruv Baldawa
Author-email: dhruv@dhruvb.com
License: MIT license
Description-Content-Type: UNKNOWN
Keywords: dag
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
Requires-Dist: morphys (==1.0)
Requires-Dist: pymultihash (==0.8.2)
Requires-Dist: pyrsistent (==0.13.0)

==================================
MerkelDAG implementation in Python
==================================


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

.. image:: https://img.shields.io/travis/ipld/py-ipld-dag.svg
        :target: https://travis-ci.org/ipld/py-ipld-dag

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


MerkelDAG implementation in Python


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


Features
--------

* TODO


History
-------

0.1.0 (2017-09-15)
=======================

* First release on PyPI.


