Simple job queues for Python
Go to file
Vincent Driessen 05e83c5231 Add a very minor beginning to the test cases. 2011-11-14 14:18:21 +01:00
rq Add better connection management. 2011-11-14 14:17:30 +01:00
tests Add a very minor beginning to the test cases. 2011-11-14 14:18:21 +01:00
.gitignore Add some project meta stuff. 2011-11-14 12:11:58 +01:00
README.md Add some project meta stuff. 2011-11-14 12:11:58 +01:00
run_tests Add some project meta stuff. 2011-11-14 12:11:58 +01:00
setup.py Make it an actual PyPI-managable Python package. 2011-11-14 12:16:28 +01:00

README.md

WARNING: DON'T USE THIS IN PRODUCTION (yet)

rq — Simple job queues for Python

rq is an attempt at a lightweight Python job queue, using Redis as the queue provider.

Installation

Simply use the following command to install the latest released version:

pip install rq

If you want the cutting edge version (that may well be broken), use this:

pip install -e git+git@github.com:nvie/rq.git@master#egg=rdb