Source: python-rq
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Marcos Fouces <marcos@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-click,
 python3-hatchling,
 python3-redis,
Standards-Version: 4.7.2
Homepage: https://github.com/rq/rq
Vcs-Git: https://salsa.debian.org/python-team/packages/python-rq.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-rq
Testsuite: autopkgtest-pkg-python

Package: python3-rq
Architecture: all
Depends:
 python3-click,
 python3-redis,
 ${misc:Depends},
 ${python3: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.
