I've released version 0.1.0 of beanstalkc, a simple beanstalkd client library for Python. The source is available via Github [1] and comes with an extensive tutorial [2] that introduces almost all of beanstalkd's functionality by example. beanstalkc is also available via PyPI, so you can simply install it by running `easy_install beanstalkc`.
[1] http://github.com/earl/beanstalkc/tree/master [2] http://github.com/earl/beanstalkc/raw/master/TUTORIAL Yes, I know about pybeanstalk, another Python beanstalkd-library. The motivation for beanstalkc was to keep it as simple as possible while still supporting all of beanstalkd's capabilites. And I think this has been a success, so far, as beanstalkc comes in at a meager 208 lines, whitespace and comments included. The other major current feat of beanstalkc is the extensive tutorial, which documents almost all of beanstalkc/d's capabilites and also provides automatically executable tests via Python's doctest module. In the future, additional interfaces might be layered atop beanstalkc to more conveniently accommodate various usage patterns. Check it out and let me know what you think! -- Regards, Andreas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=en -~----------~----~----~----~------~----~------~--~---
