Source: python-rq Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Marcos Fouces Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, python3-redis, python3-click Standards-Version: 4.6.2 Testsuite: autopkgtest-pkg-python Rules-Requires-Root: no Homepage: https://python-rq.org/ Vcs-Git: https://salsa.debian.org/python-team/packages/python-rq.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-rq Package: python3-rq Architecture: all Depends: python3-redis, python3-click, ${python3:Depends}, ${misc:Depends} Description: Simple job queues for Python 3 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 can be integrated in your web stack easily.