earl / beanstalkc
- Source
- Commits
- Network (3)
- Issues (3)
- Downloads (3)
- Graphs
-
Branch:
yaml
Andreas Bolka (author)
Sat Nov 14 15:34:33 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Sat Nov 22 17:42:35 -0800 2008 | |
| |
README | Tue Nov 10 13:18:10 -0800 2009 | |
| |
TUTORIAL | ||
| |
beanstalkc.py | ||
| |
setup.py | Tue Nov 10 11:51:47 -0800 2009 |
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/


