Skip to main content

A python client library for beanstalkd.

Project description

A pure-Python client library for beanstalkd. beanstalkd is a lightweight queuing daemon based on libevent. It is meant to be used across multiple systems, and takes inspiration from memcache. More details on beanstalk can be found at: http://xph.us/software/beanstalkd/

This client library aims to be simple and extensible. It provides both a single thread, single connection serialized (select-based) beanstalk connection with optional, simple thread pool implementation, and a basic Twisted client. Both can be used directly, or be used as basis for for more sophisticated client applications. Please see the examples directory for usage examples.

To install, just run python setup.py install from this directory, or use the shortcuts in the Makefile. For Twisted support, run install with the ‘twisted’ extra.

The package home is at https://github.com/beanstalkd/pybeanstalk, with an issue tracker and a wiki. Bug reports and pull requests most welcome.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pybeanstalk-1.0rc1.zip (51.9 kB view hashes)

Uploaded Source

Built Distribution

pybeanstalk-1.0rc1-py2.7.egg (45.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page