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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pybeanstalk-1.0rc0.zip
.
File metadata
- Download URL: pybeanstalk-1.0rc0.zip
- Upload date:
- Size: 51.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93f258840b2e2d6605384c8f9ebef6fd42a0f0021ede8979044995bdbf2c136c |
|
MD5 | cd81aa3b79467215e5719ac1a79301ed |
|
BLAKE2b-256 | b65af3c6edff52b9837774321738ae1052fde173d5f5b1ea8b5964f02d718e59 |