Metadata-Version: 2.0
Name: bigchaindb-common
Version: 0.0.2.dev1
Summary: Set of reusable components for BigchainDB Python software.
Home-page: https://github.com/bigchaindb/bigchaindb_common
Author: BigchainDB
Author-email: dev@bigchaindb.com
License: AGPLv3
Keywords: bigchaindb_common
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: cryptoconditions (==0.4.1)
Requires-Dist: pysha3 (==0.3)
Requires-Dist: python-rapidjson (==0.0.6)
Provides-Extra: dev
Requires-Dist: Sphinx (>=1.3.5); extra == 'dev'
Requires-Dist: coverage; extra == 'dev'
Requires-Dist: ipdb; extra == 'dev'
Requires-Dist: ipython; extra == 'dev'
Requires-Dist: pep8; extra == 'dev'
Requires-Dist: pyflakes; extra == 'dev'
Requires-Dist: pylint; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: sphinx-autobuild; extra == 'dev'
Requires-Dist: sphinx-rtd-theme; extra == 'dev'
Requires-Dist: sphinxcontrib-napoleon (>=0.4.4); extra == 'dev'
Provides-Extra: docs
Requires-Dist: Sphinx (>=1.3.5); extra == 'docs'
Requires-Dist: sphinx-autobuild; extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Requires-Dist: sphinxcontrib-napoleon (>=0.4.4); extra == 'docs'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: pep8; extra == 'test'
Requires-Dist: pyflakes; extra == 'test'
Requires-Dist: pylint; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'

bigchaindb-common
=================


.. image:: https://img.shields.io/pypi/v/bigchaindb-common.svg
        :target: https://pypi.python.org/pypi/bigchaindb-common

.. image:: https://img.shields.io/travis/bigchaindb/bigchaindb-common.svg
        :target: https://travis-ci.org/bigchaindb/bigchaindb-common

.. image:: https://img.shields.io/codecov/c/github/bigchaindb/bigchaindb-common/master.svg
    :target: https://codecov.io/github/bigchaindb/bigchaindb-common?branch=master

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

.. image:: https://pyup.io/repos/github/bigchaindb/bigchaindb-common/shield.svg
     :target: https://pyup.io/repos/github/bigchaindb/bigchaindb-common/
     :alt: Updates


Set of reusable components for BigchainDB Python software.

* Development Status: Planning
* The software is released under the terms of the GNU Affero General Public
  License, version 3.
* Documentation: https://bigchaindb-common.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



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

0.0.2.dev1 (2016-08-31)
--------------------

* Initial development release.

0.0.1a1 (2016-08-17)
--------------------

* Planning release on PyPI.


