File: control

package info (click to toggle)
python-zake 0.2.2-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: python: 1,362; sh: 62; makefile: 20
file content (46 lines) | stat: -rw-r--r-- 1,471 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Source: python-zake
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 11),
 dh-python,
 openstack-pkg-tools (>= 99~),
 python3-all,
 python3-kazoo,
 python3-pytest,
 python3-setuptools,
 python3-six,
 python3-testtools (>= 2.7.2),
 python3-zope.interface,
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-zake
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-zake.git
Homepage: https://github.com/yahoo/Zake

Package: python3-zake
Architecture: all
Depends:
 python3-kazoo,
 python3-zope.interface,
 ${misc:Depends},
 ${python3:Depends},
Description: 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.