1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: python-gearman
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-2), python-setuptools, python-sphinx (>= 1), python-unittest2
Standards-Version: 3.9.2
Homepage: http://github.com/Yelp/python-gearman/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-gearman/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-gearman/trunk/
X-Python-Version: >= 2.4
Package: python-gearman
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: libjs-jquery
Description: Python interface to the Gearman system
Gearman is a system to farm out work to other machines, dispatching function
calls to machines that are better suited to do work, to do work in parallel,
to load balance lots of functions calls, or to call functions between
languages.
.
This package contains a Python implementation of the Gearman protocol, allowing
Python scripts to send and receive Gearman jobs.
|