python-gear 0.5.8-2 source package in Ubuntu

Changelog

python-gear (0.5.8-2) unstable; urgency=medium

  * Added Python3 support.

 -- Thomas Goirand <email address hidden>  Tue, 08 Sep 2015 09:40:09 +0000

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-gear_0.5.8-2.dsc 2.6 KiB 25e736373998005e8827f3d8d9d50c1c54cf9a991061756735ad5ab5270bd133
python-gear_0.5.8.orig.tar.xz 33.1 KiB a9870b8ab758e24dc6ecd8898b82fbf1ef7b1e4a6dd89db698401723eedc1915
python-gear_0.5.8-2.debian.tar.xz 3.8 KiB 02f902a21147db75ea021a9074ae921901a520940d441c71144fc8e47fa9cc88

Available diffs

No changes file available.

Binary packages built by this source

python-gear: 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.

python3-gear: 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.