dbaccess python implementation


deps:
1. py_zkclient
$ git clone https://github.com/airhuman/py_zkclient
$ cd py_zkclient
$ python setup.py install

2. redis-py
$ git clone https://github.com/andymccurdy/redis-py
$ cd reids-py
$ python setup.py install

install:
$ python setup.py install

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