File: control

package info (click to toggle)
python-rq 2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,536 kB
  • sloc: python: 13,369; makefile: 22; sh: 19
file content (32 lines) | stat: -rw-r--r-- 953 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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.