From bc8f84ec8d7190b93b1afb531396653c08f28758 Mon Sep 17 00:00:00 2001 From: troymc Date: Wed, 7 Sep 2016 15:40:48 +0200 Subject: [PATCH] docs: added links to new Python driver repo and docs --- docs/source/drivers-clients/python-driver-api-examples.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/drivers-clients/python-driver-api-examples.md b/docs/source/drivers-clients/python-driver-api-examples.md index 817df4c2..a773f768 100644 --- a/docs/source/drivers-clients/python-driver-api-examples.md +++ b/docs/source/drivers-clients/python-driver-api-examples.md @@ -2,6 +2,10 @@ 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. +Note: We've been moving the Python driver code into [its own repository](https://github.com/bigchaindb/bigchaindb-driver) with its own documentation. You can find that documentation at: + +[https://bigchaindb-driver.readthedocs.io/en/latest/index.html](https://bigchaindb-driver.readthedocs.io/en/latest/index.html). + Here's an example of how to use the Python driver API. First, launch an interactive Python session, then: ```python In [1]: from bigchaindb.client import temp_client