| 123456789101112131415161718192021222324252627 |
- =====
- Kazoo
- =====
- ``kazoo`` implements a higher level API to `Apache Zookeeper`_ for Python
- clients.
- See `the full docs`_ for more information.
- License
- =======
- ``kazoo`` is offered under the Apache License 2.0.
- Authors
- =======
- ``kazoo`` started under the `Nimbus Project`_ and through collaboration with
- the open-source community has been merged with code from `Mozilla`_ and the
- `Zope Corporation`_. It has since gathered an active community of over two
- dozen contributors.
- .. _Apache Zookeeper: http://zookeeper.apache.org/
- .. _the full docs: http://kazoo.rtfd.org/
- .. _Nimbus Project: http://www.nimbusproject.org/
- .. _Zope Corporation: http://zope.com/
- .. _Mozilla: http://www.mozilla.org/
|