Source: python-rq
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/rq/rq/tags
Vcs-Browser: https://github.com/alvistack/rq-rq
Vcs-Git: https://github.com/alvistack/rq-rq.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-rq
Architecture: all
Description: Simple job queues for Python
 RQ (Redis Queue) is a simple Python library for queueing jobs and
 processing them in the background with workers. It is backed by Redis or
 Valkey and is designed to have a low barrier to entry while scaling
 incredibly well for large applications. It can be integrated into your
 web stack easily, making it suitable for projects of any size—from
 simple applications to high-volume enterprise systems.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-click (>= 5),
 python3-redis (>= 3.5),
