From 0d1b186047c810a55d8f52df039548790940e1e1 Mon Sep 17 00:00:00 2001 From: Paco Date: Thu, 28 Mar 2019 21:58:34 +0800 Subject: [PATCH] add (python2.7 and python3.5+) Python client for etcd v3, using gRPC-JSON-Gateway --- Documentation/integrations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/integrations.md b/Documentation/integrations.md index ec27346137e5..07d925330b04 100644 --- a/Documentation/integrations.md +++ b/Documentation/integrations.md @@ -54,6 +54,7 @@ - [txaio-etcd](https://github.com/crossbario/txaio-etcd) - Asynchronous etcd v3-only client library for Twisted (today) and asyncio (future) - [dims/etcd3-gateway](https://github.com/dims/etcd3-gateway) - etcd v3 API library using the HTTP grpc gateway - [aioetcd3](https://github.com/gaopeiliang/aioetcd3) - (Python 3.6+) etcd v3 API for asyncio +- [Revolution1/etcd3-py](https://github.com/Revolution1/etcd3-py) - (python2.7 and python3.5+) Python client for etcd v3, using gRPC-JSON-Gateway **Node libraries**