[Python-modules-commits] [python-gear] 07/12: python-gear: update description

Antoine Musso hashar-guest at moszumanska.debian.org
Mon Mar 16 14:27:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

hashar-guest pushed a commit to branch master
in repository python-gear.

commit c5fe86d1bfc4accaa9d0ded3ef97c24f97b913a5
Author: Antoine Musso <hashar at free.fr>
Date:   Mon Oct 28 13:04:50 2013 +0000

    python-gear: update description
    
    Description coming from upstream documentation at:
    https://gear.readthedocs.org/en/latest/
    
    
    
    git-svn-id: svn://svn.debian.org/svn/python-modules/packages/python-gear/trunk@26302 771dd761-d7fa-0310-a302-f036d1c1ebb6
---
 debian/control | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 804b0a9..5fc6939 100644
--- a/debian/control
+++ b/debian/control
@@ -41,6 +41,14 @@ Depends: python-daemon,
          ${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.
+.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-gear.git



More information about the Python-modules-commits mailing list