Source: django-rq Maintainer: Debian Python Team Uploaders: Carsten Schoenert , Section: python Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-hatchling, Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/python-team/packages/django-rq Vcs-Git: https://salsa.debian.org/python-team/packages/django-rq.git Homepage: https://github.com/rq/django-rq Package: python3-django-rq Architecture: all Depends: python3-django (>= 3:4.2), python3-rq (>= 2.6.1), ${misc:Depends}, ${python3:Depends}, Suggests: python3-prometheus-client (>= 0.4.0), Description: Django integration with RQ (Redis Queue) Django integration with RQ, a Redis based Python queuing library. Django-RQ is a simple app that allows you to configure your queues in django's settings.py and easily use them in your project. . This package contains the Python 3 version of the library.