python-kazoo-doc

Api to apache zookeeper for python clients. - api documentation
  https://kazoo.readthedocs.org
  0
  no reviews



Kazoo features:

* support for gevent 0.13 and gevent 1.0b
* unified asynchronous api for use with greenlets or threads
* lock, party, election, and partitioner recipe implementations (more
implementations are in development)
* data and children watchers
* integrated testing helpers for zookeeper clusters
* simplified zookeeper connection state tracking
* pure-python based implementation of the wire protocol, avoiding all the
memory leaks, lacking features, and debugging madness of the c library
kazoo is heavily inspired by netflix curator simplifications and helpers.

this package contains the api documentation.