python-gear 0.5.5-2 source package in Ubuntu

Changelog

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


  * Update Vcs-Browser and set Vcs-Git
  * Remove get-orig-source
  * Clean debian/gbp.conf
  * Fix most lintian errors

 -- Antoine Musso <email address hidden>  Mon, 16 Mar 2015 16:55:00 +0100

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

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-gear_0.5.5-2.dsc 2.5 KiB 557a5ee8274815844c2a0b4de523a6b0d8597d9b6b89efa19e507af8178bb7ff
python-gear_0.5.5.orig.tar.gz 35.1 KiB de5f955920c3b20700a162b6a32ac180f2b0b180a2e5b5fd5f85f47ab5b55f8d
python-gear_0.5.5-2.debian.tar.xz 2.4 KiB e1e1bf581581e44b98f28fdba64f817950337fb204b7ec4d7e28d1e60af1214a

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.