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,
               python-all,
               python-pbr,
               python-setuptools,
               python-sphinx,
Build-Depends-Indep: python-coverage,
                     python-daemon (>= 2.0.4),
                     python-extras,
                     python-fixtures,
                     python-hacking,
                     python-openssl,
                     python-sphinxcontrib.programoutput,
                     python-statsd,
                     python-testresources,
                     python-testscenarios,
                     python-testtools,
                     subunit,
                     testrepository,
Standards-Version: 3.9.6
Homepage: https://pypi.python.org/pypi/gear
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-gear.git
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-gear.git

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-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.
