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 Tue Nov 10 13:17:12 -0800 2009 Correct typo [earl]
file TUTORIAL Wed Nov 11 05:56:50 -0800 2009 Job priorities are documented now [earl]
file beanstalkc.py Sun Nov 08 17:08:37 -0800 2009 Change YAML-related names for clarity [earl]
file setup.py Tue Nov 10 11:51:47 -0800 2009 Update beanstalkd URL [earl]
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/