python-zake 0.2.2-5 source package in Ubuntu

Changelog

python-zake (0.2.2-5) unstable; urgency=medium

  * Cleans better (Closes: #1047688).

 -- Thomas Goirand <email address hidden>  Mon, 21 Aug 2023 13:54:27 +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
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-zake_0.2.2-5.dsc 2.1 KiB 423e217e501c73c80bb8d29fb8c06c889bb87dd3c9ee2fb5791f986a9c51c597
python-zake_0.2.2.orig.tar.xz 16.3 KiB 9d47d21034a624e6786f0e33116bebefadc6f633cf9e5d753425f6e9db552fd9
python-zake_0.2.2-5.debian.tar.xz 3.0 KiB ff1631f5b2497a7511d1a0ceecf5b84592c42365ad2e9f6961eb47348add9a22

Available diffs

No changes file available.

Binary packages built by this source

python3-zake: provides a set of testing utilities for the kazoo library - Python 3.x

 Zake is a Python package that works to provide a nice set of testing utilities
 for the kazoo library.
 .
 It includes the following functionality:
  * Storage access (for viewing what was saved/created).
  * Kazoo *mostly* compatible client API.
  * Sync/transaction/create/get/delete... commands.
  * Listener support.
  * And more...
 .
 It simplifies testing by providing a client that has a similar API as the
 kazoo client so that your tests (or applications/libraries that use kazoo) do
 not require a real zookeeper server to be tested with (since this is not
 available in all testing environments).
 .
 This package contains the Python 3.x module.