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
- Host: GitHub
- URL: https://github.com/jaypei/py_zkclient
- Owner: jaypei
- Created: 2014-02-21T09:40:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-21T10:20:29.000Z (over 12 years ago)
- Last Synced: 2025-01-26T02:13:12.273Z (over 1 year ago)
- Language: Python
- Size: 140 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
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