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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
|
Source: python-gear
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Antoine Musso <hashar@free.fr>,
Thomas Goirand <zigo@debian.org>,
Paul Belanger <paul.belanger@polybeacon.com>,
Build-Depends: debhelper (>= 9),
openstack-pkg-tools,
dh-python,
python-all,
python-pbr,
python-setuptools,
python-sphinx,
python3-all,
python3-pbr,
python3-setuptools,
Build-Depends-Indep: python-coverage,
python-daemon (>= 2.0.4),
python-extras,
python-fixtures,
python-hacking,
python-openssl,
python-sphinxcontrib.programoutput,
python-statsd (>= 1.0.0),
python-testresources,
python-testscenarios,
python-testtools,
python3-daemon,
python3-extras,
python3-fixtures,
python3-hacking,
python3-openssl,
python3-statsd (>= 1.0.0),
python3-subunit,
python3-testresources,
python3-testscenarios,
python3-testtools,
subunit,
testrepository,
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-gear.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-gear.git
Homepage: https://pypi.python.org/pypi/gear
Package: python-gear
Architecture: all
Depends: python-daemon (>= 2.0.4),
python-extras,
python-pbr,
${misc:Depends},
${python:Depends},
Suggests: python-statsd,
Description: Pure Python Async Gear Protocol Library - Python 2.x
python-gear is a pure-Python asynchronous library to interface with Gearman.
.
It provides interfaces to build a client or worker, and access to the
administrative protocol. The design approach is to keep it simple, with a
relatively thin abstration of the Gearman protocol itself. It should be easy
to use to build a client or worker that operates either synchronously or
asynchronously.
.
The module also provides a simple Gearman server for use as a convenience in
unit tests. The server is not designed for production use under load.
.
Installing the suggested python-statsd package would add support for reporting
to statsd a frontend to Graphite a stats collection and graphing server.
.
This package contains the Python 2.x module.
Package: python3-gear
Architecture: all
Depends: python3-daemon,
python3-extras,
python3-pbr,
${misc:Depends},
${python3:Depends},
Suggests: python3-statsd,
Description: Pure Python Async Gear Protocol Library - Python 3.x
python-gear is a pure-Python asynchronous library to interface with Gearman.
.
It provides interfaces to build a client or worker, and access to the
administrative protocol. The design approach is to keep it simple, with a
relatively thin abstration of the Gearman protocol itself. It should be easy
to use to build a client or worker that operates either synchronously or
asynchronously.
.
The module also provides a simple Gearman server for use as a convenience in
unit tests. The server is not designed for production use under load.
.
Installing the suggested python-statsd package would add support for reporting
to statsd a frontend to Graphite a stats collection and graphing server.
.
This package contains the Python 3.x module.
|