kazoo 2.6.1-3 source package in Ubuntu

Changelog

kazoo (2.6.1-3) unstable; urgency=medium

  * Removed one remaining Python 2 build-depends (Closes: #936782).

 -- Thomas Goirand <email address hidden>  Sun, 15 Sep 2019 09:36:11 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
kazoo_2.6.1-3.dsc 2.2 KiB 3d80dc4b9d06ba207c46291b1ad107627a5b9e5262ad2da4fcccc95acddbb9f9
kazoo_2.6.1.orig.tar.xz 107.9 KiB f5db7f3f3e22def3644d4e4f34ea6de1e4d973c3395898acde502737ade696e1
kazoo_2.6.1-3.debian.tar.xz 4.0 KiB c49e1224ea38ec19fb4dfd21378ad766099d38590464a7e4ee95ab06fb68876d

Available diffs

No changes file available.

Binary packages built by this source

python3-kazoo: higher level API to Apache Zookeeper (Python 3)

 Kazoo features:
 .
  * A wide range of recipe implementations, like Lock, Election or Queue
  * Data and Children Watchers
  * Simplified Zookeeper connection state tracking
  * Unified asynchronous API for use with greenlets or threads
  * Support for gevent 0.13 and gevent 1.0
  * Support for Zookeeper 3.3 and 3.4 servers
  * Integrated testing helpers for Zookeeper clusters
  * 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 is the Python 3 version of the package.