An open API service indexing awesome lists of open source software.

https://github.com/jaypei/py_zkclient

wrapper zkclient for python
https://github.com/jaypei/py_zkclient

Last synced: about 1 month ago
JSON representation

wrapper zkclient for python

Awesome Lists containing this project

README

          

deps:
1. zc-zookeeper-static
$ pip install zc-zookeeper-static

optional deps:
1. yaml
$ pip install PyYAML

install:
$ python setup.py install

tips:
1. virtualenv may be a good tool for you