[Python-modules-commits] r26302 - in packages/python-gear/trunk/debian (control)

hashar-guest at users.alioth.debian.org hashar-guest at users.alioth.debian.org
Mon Oct 28 13:04:52 UTC 2013


    Date: Monday, October 28, 2013 @ 13:04:50
  Author: hashar-guest
Revision: 26302

python-gear: update description

Description coming from upstream documentation at:
https://gear.readthedocs.org/en/latest/

Modified:
  packages/python-gear/trunk/debian/control

Modified: packages/python-gear/trunk/debian/control
===================================================================
--- packages/python-gear/trunk/debian/control	2013-10-28 08:07:06 UTC (rev 26301)
+++ packages/python-gear/trunk/debian/control	2013-10-28 13:04:50 UTC (rev 26302)
@@ -41,6 +41,14 @@
          ${misc:Depends},
          ${python:Depends}
 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.
+.




More information about the Python-modules-commits mailing list