earl / beanstalkc

A simple beanstalkd client library for Python.

This URL has Read+Write access

Andreas Bolka (author)
Wed Nov 11 05:56:50 -0800 2009
commit  65a279f997431ef82bb24de72a4190d32b0f7e20
tree    dffc20f004da0fdd6364382de513517029e0845e
parent  89583b18bc17023fe7ed7b2583f1be8dc633c9bf
beanstalkc / README
100644 9 lines (6 sloc) 0.318 kb
1
2
3
4
5
6
7
8
9
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/