mirror of https://github.com/rq/rq.git
Add Python 3 support state badge.
This commit is contained in:
parent
2ab7276230
commit
e1d134e64d
|
@ -1,10 +1,12 @@
|
|||
[![Build status](https://secure.travis-ci.org/nvie/rq.png?branch=master)](https://secure.travis-ci.org/nvie/rq)
|
||||
|
||||
RQ (_Redis Queue_) is a simple Python library for queueing jobs and processing
|
||||
them in the background with workers. It is backed by Redis and it is designed
|
||||
to have a low barrier to entry. It should be integrated in your web stack
|
||||
easily.
|
||||
|
||||
[![Build status](https://secure.travis-ci.org/nvie/rq.png?branch=master)](https://secure.travis-ci.org/nvie/rq)
|
||||
|
||||
[![Can I Use Python 3?](https://caniusepython3.com/project/rq.svg)](https://caniusepython3.com/project/rq)
|
||||
|
||||
|
||||
## Getting started
|
||||
|
||||
|
|
Loading…
Reference in New Issue