kazoo 2.7.0-4 source package in Ubuntu

Changelog

kazoo (2.7.0-4) unstable; urgency=medium

  * Rebuid source-only.

 -- Thomas Goirand <email address hidden>  Tue, 25 Aug 2020 22:57:42 +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

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
kazoo_2.7.0-4.dsc 2.2 KiB d8562e4369eb77aae69bd5552ff8b629b078e9188a1f4e24f9e87c0c948484e7
kazoo_2.7.0.orig.tar.xz 112.4 KiB e669d95f01946310e41ccb768dee349ef6a96658d9bef2a980f73811eb33bbcc
kazoo_2.7.0-4.debian.tar.xz 4.2 KiB 394b410544440732ca3b2f815cc1aa46dd9884940f447f4f2e4ea67563500506

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.