control 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. Source: kazoo
  2. Section: python
  3. Priority: optional
  4. Maintainer: Neil Williams <neil@spladug.net>
  5. Build-Depends: python-setuptools (>= 0.6b3),
  6. python-all (>= 2.6.6-3),
  7. debhelper (>= 8.0.0),
  8. python-sphinx (>= 1.0.7+dfsg) | python3-sphinx,
  9. Standards-Version: 3.9.3
  10. Homepage: https://kazoo.readthedocs.org
  11. X-Python-Version: >= 2.6
  12. Package: python-kazoo
  13. Architecture: all
  14. Depends: ${python:Depends}, ${misc:Depends}
  15. Description: higher level API to Apache Zookeeper for Python clients
  16. Kazoo features:
  17. .
  18. * Support for gevent 0.13 and gevent 1.0
  19. * Unified asynchronous API for use with greenlets or threads
  20. * Lock, Party, Election, and Partitioner recipe implementations (more
  21. implementations are in development)
  22. * Data and Children Watchers
  23. * Integrated testing helpers for Zookeeper clusters
  24. * Simplified Zookeeper connection state tracking
  25. * Pure-Python based implementation of the wire protocol, avoiding all the
  26. memory leaks, lacking features, and debugging madness of the C library
  27. .
  28. Kazoo is heavily inspired by Netflix Curator simplifications and helpers.
  29. Package: python-kazoo-doc
  30. Architecture: all
  31. Section: doc
  32. Depends: ${misc:Depends}, ${sphinxdoc:Depends}
  33. Description: API to Apache Zookeeper for Python clients. - API documentation
  34. Kazoo features:
  35. .
  36. * Support for gevent 0.13 and gevent 1.0
  37. * Unified asynchronous API for use with greenlets or threads
  38. * Lock, Party, Election, and Partitioner recipe implementations (more
  39. implementations are in development)
  40. * Data and Children Watchers
  41. * Integrated testing helpers for Zookeeper clusters
  42. * Simplified Zookeeper connection state tracking
  43. * Pure-Python based implementation of the wire protocol, avoiding all the
  44. memory leaks, lacking features, and debugging madness of the C library
  45. .
  46. Kazoo is heavily inspired by Netflix Curator simplifications and helpers.
  47. .
  48. This package contains the API documentation.