Distributed queue library for Python, with system to support different backend to implement distribution of messages
- Dummy - backend for testing only, uses Python standard queues
- Redis - backend that uses Redis as distributed passing mechanizm
- python 2.7, 3.2, 3.3, 3.4 or PyPy
- python-redis
Distributed queue can be installed using pip:
pip install git+git://github.com/ProstoKSI/distributed-queue
You are welcome to contribute more backends with the same interface. Development of distributed-queue happens at github: https://github.com/ProstoKSI/distributed-queue
Copyright (C) 2009-2013 ProstoKSI This program is licensed under the MIT License (see LICENSE)