From 757a45ed7fe2ec42724f7af1dff982c2d9f1b24f Mon Sep 17 00:00:00 2001 From: Rick van de Loo Date: Thu, 27 Oct 2016 02:15:24 +0200 Subject: [PATCH] Add Python 3 KV store client to community tools (#2431) --- website/source/downloads_tools.html.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/downloads_tools.html.erb b/website/source/downloads_tools.html.erb index ee2b06cf74..c2a9a5fae9 100644 --- a/website/source/downloads_tools.html.erb +++ b/website/source/downloads_tools.html.erb @@ -50,6 +50,9 @@ description: |-
  • python-consul - Python client for the Consul HTTP API
  • +
  • + consul-kv - Python 3 client for the Consul KV-store +
  • consul-php-sdk - PHP client for the Consul HTTP API