bigchaindb/docs/source/drivers-clients/python-driver-api-examples.md

670 B

The Python Driver API by Example

The Python driver API is used by app developers to develop client apps which can communicate with one or more BigchainDB clusters. Under the hood, the Python driver API communicates with the BigchainDB cluster using the BigchainDB HTTP client-server API.

We've been moving the Python driver code into its own repository with its own documentation. You can find that documentation at:

https://bigchaindb-driver.readthedocs.io/en/latest/index.html

That documentation will soon have examples. It's a work-in-progress.