From ca84d11f8cd117564cf8d0bbf4a8d12312e54080 Mon Sep 17 00:00:00 2001 From: Jose Plana Date: Wed, 18 Sep 2013 13:28:02 +0200 Subject: [PATCH] Added new python client Hi! I just published my own take on a python client for etcd. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8ab6ee70..5768f77cd 100644 --- a/README.md +++ b/README.md @@ -474,6 +474,7 @@ If you are using SSL for server to server communication, you must use it on all **Python libraries** - [transitorykris/etcd-py](https://github.com/transitorykris/etcd-py) +- [jplana/python-etcd](https://github.com/jplana/python-etcd) **Node libraries**