earl / beanstalkc

A simple beanstalkd client library for Python.

This URL has Read+Write access

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:18:10 -0800 2009 Correct typo [Andreas Bolka]
file TUTORIAL Loading commit data...
file beanstalkc.py
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/