public
Description: Gearman library for Python.
Homepage: http://samuelks/python-gearman/
Clone URL: git://github.com/samuel/python-gearman.git
name age message
file .gitignore Thu Sep 03 18:02:53 -0700 2009 Client integration for twisted [esumner]
file AUTHORS Thu Sep 03 18:02:53 -0700 2009 Client integration for twisted [esumner]
file LICENSE Sat Apr 25 12:45:08 -0700 2009 Added LICENSE and MANIFEST.in [samuel]
file MANIFEST.in Sat Apr 25 12:45:08 -0700 2009 Added LICENSE and MANIFEST.in [samuel]
file README.rst Mon Jul 27 14:44:25 -0700 2009 Added a README.rst to point to the documentation. [samuel]
directory bin/ Mon Jun 22 23:12:14 -0700 2009 Added a GearmanServer class and gearmand comman... [samuel]
directory docs/ Sat Aug 01 09:21:39 -0700 2009 fix typo in the multiple tasks example. Have i... [JustinAzoff]
directory gearman/ Wed Nov 18 09:42:01 -0800 2009 Only send pre_sleep if the connection has been ... [samuel]
file setup.py Thu Jul 09 12:06:56 -0700 2009 Added Justin Azoff to AUTHORS, synced the versi... [samuel]
file tests.py Tue Jun 23 16:58:50 -0700 2009 Added a server test to make sure a task can be ... [samuel]
README.rst

Description

Pure Python Gearman library.

See http://www.danga.com/gearman/ for more about Gearman.

Status

Stable and production ready.