Metadata-Version: 1.1
Name: bigchaindb-driver
Version: 0.0.2.dev5
Summary: Python driver for BigchainDB
Home-page: https://github.com/bigchaindb/bigchaindb_driver
Author: BigchainDB
Author-email: dev@bigchaindb.com
License: Apache Software License 2.0
Description: BigchainDB Python Driver
        ========================
        
        
        .. image:: https://img.shields.io/pypi/v/bigchaindb-driver.svg
                :target: https://pypi.python.org/pypi/bigchaindb-driver
        
        .. image:: https://img.shields.io/travis/bigchaindb/bigchaindb-driver.svg
                :target: https://travis-ci.org/bigchaindb/bigchaindb-driver
        
        .. image:: https://img.shields.io/codecov/c/github/bigchaindb/bigchaindb-driver/master.svg
            :target: https://codecov.io/github/bigchaindb/bigchaindb-driver?branch=master
        
        .. image:: https://readthedocs.org/projects/bigchaindb-driver/badge/?version=latest
                :target: https://bigchaindb-driver.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/bigchaindb/bigchaindb-driver/shield.svg
             :target: https://pyup.io/repos/github/bigchaindb/bigchaindb-driver/
             :alt: Updates
        
        
        Python driver for BigchainDB
        
        * Development Status: Pre-Alpha
        * Free software: Apache Software License 2.0
        * Documentation: https://bigchaindb-driver.readthedocs.io.
        
        
        Features
        --------
        
        * Minimal support for `CREATE`, `TRANSFER`, and `GET` operations on the
          `/transactions` endpoint.
        
        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.1a1 (2016-08-12)
        --------------------
        
        * Planning release on PyPI.
        
        0.0.1dev1 (2016-08-25)
        ----------------------
        
        * Development (pre-alpha) release on PyPI.
        
Keywords: bigchaindb_driver
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
