Async Tornado Zookeeper Client

Zoonado is a Zookeeper python client using Tornado to achieve async I/O.

Installation

Pip

Zoonado is available via PyPI, installation is as easy as:

pip install zoonado

Manual

To install manually, first download and unzip the zoonado-0.9.2.tar.gz, then:

tar -zxvf zoonado-0.9.2.tar.gz
cd zoonado-0.9.2
python setup.py install

Development

The code is hosted on GitHub

To file a bug or possible enhancement see the Issue Tracker, also found on GitHub.

License

Zoonado is licensed under the terms of the Apache license (2.0). See the LICENSE file for more details.