From 8233ed60369c0bf7519bf26bc42ca99e602fefce Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Mon, 11 Nov 2019 08:23:50 -0500 Subject: [PATCH] Adding python impl --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fb3f03..b4cd578 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,12 @@ We have an FAQ! [Go take a look at it](FAQ.md). If a question isn't there, open ### Are there implementations in other languages? -Yes! Take a look at the Golang implementation: [berty/go-orbit-db](https://github.com/berty/go-orbit-db). +Yes! Take a look at these implementations: + + - Golang: [berty/go-orbit-db](https://github.com/berty/go-orbit-db) + - Python: [orbitdb/py-orbit-db-http-client](https://github.com/orbitdb/py-orbit-db-http-client) + +The best place to find out what is out there and what is being actively worked on is likely by asking in the [Gitter](https://gitter.im/orbitdb/Lobby). If you know of any other repos that ought to be included in this section, please open a PR and add them. ## Contributing