mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
670 B
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.