public
Description: A simple beanstalkd client library for Python.
Homepage:
Clone URL: git://github.com/earl/beanstalkc.git
Click here to lend your support to: beanstalkc and make a donation at www.pledgie.com !
name age message
file LICENSE Sat Nov 22 17:42:35 -0800 2008 Licensed under the Apache License, Version 2.0 [earl]
file README Thu Nov 20 14:19:31 -0800 2008 Minimal README [earl]
file TUTORIAL Tue Jun 09 15:26:59 -0700 2009 Fix beanstalkd command in tutorial [earl]
file beanstalkc.py Tue Jun 09 15:19:07 -0700 2009 Fix delete to expect a NOT_FOUND response [earl]
file setup.py Mon Mar 16 12:21:01 -0700 2009 Fix for Python 2.4 [earl]
README
beanstalkc is a simple beanstalkd client library for Python. [beanstalkd][1] is
a fast, distributed, in-memory workqueue service.

[1]: http://xph.us/software/beanstalkd/