This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Andreas Bolka (author)
Fri Nov 27 05:16:07 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Sat Nov 22 17:42:35 -0800 2008 | |
| |
README | Tue Nov 10 13:17:12 -0800 2009 | |
| |
TUTORIAL | Fri Nov 27 05:39:16 -0800 2009 | |
| |
beanstalkc.py | Fri Nov 27 05:39:16 -0800 2009 | |
| |
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/








