File: control

package info (click to toggle)
python-zake 0.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 184 kB
  • ctags: 194
  • sloc: python: 1,351; sh: 52; makefile: 26
file content (78 lines) | stat: -rw-r--r-- 2,924 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Source: python-zake
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Julien Danjou <acid@debian.org>,
           Thomas Goirand <zigo@debian.org>,
           Mehdi Abaakouk <sileht@sileht.net>
Build-Depends: debhelper (>= 9),
               python-all (>= 2.6.6-3~),
               python-concurrent.futures,
               python-kazoo,
               python-nose,
               python-setuptools,
               python-six,
               python-testtools,
               python-zope.interface (>= 3.8.0),
               python3-all (>= 3.2),
               python3-kazoo,
               python3-nose,
               python3-setuptools,
               python3-six,
               python3-testtools,
               python3-zope.interface (>= 3.8.0)
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-zake.git
Vcs-Git: git://anonscm.debian.org/openstack/python-zake.git
Homepage: https://github.com/yahoo/Zake

Package: python-zake
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python-concurrent.futures,
         python-kazoo,
         python-zope.interface (>= 3.8.0),
         ${misc:Depends},
         ${python:Depends}
Description: provides a set of testing utilities for the kazoo library - Python 2.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 2.x module.

Package: python3-zake
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python3-kazoo,
         python3-zope.interface (>= 3.8.0),
         ${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.