Metadata-Version: 1.1
Name: bigchaindb_driver
Version: 0.0.3
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-python-driver/badge/?version=latest
                :target: http://bigchaindb.readthedocs.io/projects/py-driver/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
        
        
        * Free software: Apache Software License 2.0
        * Documentation: https://docs.bigchaindb.com/projects/py-driver/
        
        
        Features
        --------
        
        * Minimal support for `CREATE`, `TRANSFER`, and `GET` operations on the
          `/transactions` endpoint.
        
        
        Credits
        -------
        
        This package was initially created using Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template. Many BigchainDB developers have contributed since then.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        .. _cryptoconditions: https://github.com/bigchaindb/cryptoconditions
        .. _pynacl: https://github.com/pyca/pynacl/
        .. _Networking and Cryptography library: https://nacl.cr.yp.to/
        
        
        =========
        Changelog
        =========
        
        0.0.3 (2016-11-25)
        ------------------
        Added
        ^^^^^
        * Support for "canonical" transaction operations:
            
            * ``prepare``
            * ``fulfill``
            * ``send``
        
        Deprecated
        ^^^^^^^^^^
        * ``create()`` and ``transfer()`` under ``TransactionEndpoint``, and available
          via ``BigchainDB.transactions``. Replaced by the above three "canonical"
          transaction operations: ``prepare()``, ``fulfill()``, and ``send()``.
        
        Fixed
        ^^^^^
        * ``BigchainDB()`` default node setting on its transport class. See commit
          `0a80206 <https://github.com/bigchaindb/bigchaindb-driver/commit/0a80206407ef155d220d25a337dc9a4f51046e70>`_
        
        
        0.0.2 (2016-10-28)
        ------------------
        
        Added
        ^^^^^
        * Support for BigchainDB server 0.7.0
        
        
        0.0.1dev1 (2016-08-25)
        ----------------------
        
        * Development (pre-alpha) release on PyPI.
        
        Added
        ^^^^^
        * Minimal support for ``POST`` (via ``create()`` and ``transfer()``), and
          ``GET`` operations on the ``/transactions`` endpoint.
        
        
        0.0.1a1 (2016-08-12)
        --------------------
        
        * Planning release on PyPI.
        
Keywords: bigchaindb_driver
Platform: UNKNOWN
Classifier: Development Status :: 3 - 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
