A lowest-common-denominator API for interacting with lightweight queues. A fork of https://code.google.com/p/queues/.
Project description
Queue Front
A lowest-common-denominator API for interacting with lightweight queues. A fork of https://code.google.com/p/queues/. This main reason for this fork was to add python 3.0+ compatibility. Although you should be aware that the backend libraries may not be python 3.0+ compatible.
Backends
Amazon sqs
boto, MIT
memcached*
pylibmc, 3-clause BSD (a python wrapper around TangentOrg‘s libmemcached library.)
bmemcached, MIT (a pure python module)
beanstalkd
beanstalkc, APL-2.0
redis
redis-py, MIT
*memcached backends must use a queueing server such as MemcacheQ.
Example
$ export QUEUE_BACKEND=redisd $ export QUEUE_REDIS_CONNECTION=localhost:6379 $ python >>> from queue_front import queues >>> q = queues.Queue('myname') >>> q.write('test') True >>> len(q) 1 >>> q.read() test >>> queues.get_list() ['myname']
Advanced
Packages Security
This module, when packaged, is signed with the following key:
Mario Rosa’s Key with id 0x8EBBFA6F (full fingerprint F261 96E4 8EF2 ED4A 26F8 58E9 04AA 48D1 8EBB FA6F) and his email is mario@dwaiter.com
You can find this key on servers like pgp.mit.edu.
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 queue-front-0.7.2.tar.gz
.
File metadata
- Download URL: queue-front-0.7.2.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c441fd55a1e5059a3f44259e22179deadc5a5153058c02178e19c567ee598c73 |
|
MD5 | 65386cb82bb17ea56f4783de384d5487 |
|
BLAKE2b-256 | 11492a58a1d1ea9f1a6fe22e269ecf1305421b249a6cb18feea89c4ead85f571 |