From 7796a402fd3499a88c23a25ba501280cfdf1a300 Mon Sep 17 00:00:00 2001 From: Garvit Pahal Date: Wed, 16 May 2018 12:02:24 +0530 Subject: [PATCH] Update client wiki for Python and Java clients --- wiki/content/clients/index.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/wiki/content/clients/index.md b/wiki/content/clients/index.md index 0567f5702a8..b6096334ac6 100644 --- a/wiki/content/clients/index.md +++ b/wiki/content/clients/index.md @@ -329,10 +329,10 @@ fmt.Println(string(resp.Json)) ## Java -The Java client is a new and fully supported client for v0.9.0. - -The client [can be found here](https://github.com/dgraph-io/dgraph4j). -Follow the instructions in the README to get it up and running. +The official Java client [can be found here](https://github.com/dgraph-io/dgraph4j) +and it fully supports Dgraph v0.9.0. Follow the instructions in the +[README](https://github.com/dgraph-io/dgraph4j#readme) +to get it up and running. We also have a [DgraphJavaSample] project, which contains an end-to-end working example of how to use the Java client. @@ -350,13 +350,14 @@ project, which contains an end-to-end working example of how to use the Javascri for Node.js >= v6. ## Python -{{% notice "incomplete" %}} -A lot of development has gone into the Go client and the Python client is not up to date with it. -The Python client is not compatible with dgraph v0.9.0 and onwards. -We are looking for help from contributors to bring it up to date. -{{% /notice %}} -The Python client can be found [here](https://github.com/dgraph-io/pydgraph). +The official Python client [can be found here](https://github.com/dgraph-io/pydgraph) +and it fully supports Dgraph v1.0.0 and Python versions >= 2.7 and >= 3.5. Follow the +instructions in the [README](https://github.com/dgraph-io/pydgraph#readme) to get it +up and running. + +We also have a [simple example](https://github.com/dgraph-io/pydgraph/tree/master/examples/simple) +project, which contains an end-to-end working example of how to use the Python client. ## Raw HTTP