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 [Andreas Bolka]
file README Tue Nov 10 13:17:12 -0800 2009 Correct typo [Andreas Bolka]
file TUTORIAL Fri Nov 27 05:39:16 -0800 2009 Gracefully handle missing PyYAML Suggested by ... [Andreas Bolka]
file beanstalkc.py Fri Nov 27 05:39:16 -0800 2009 Gracefully handle missing PyYAML Suggested by ... [Andreas Bolka]
file setup.py Tue Nov 10 11:51:47 -0800 2009 Update beanstalkd URL [Andreas Bolka]
README
beanstalkc is a simple beanstalkd client library for Python. [beanstalkd][1] is
a fast, distributed, in-memory workqueue service.

beanstalkc depends on [PyYAML][2], but there are ways to avoid this dependency.
See Appendix A of the tutorial for details.

[1]: http://kr.github.com/beanstalkd/
[2]: http://pyyaml.org/