File: control

package info (click to toggle)
django-q 1.3.9-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,188 kB
  • sloc: python: 4,802; makefile: 166; sh: 9
file content (51 lines) | stat: -rw-r--r-- 1,711 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: django-q
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jonas Meurer <mejo@debian.org>,
           Pierre-Elliott Bécue <peb@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-poetry-core,
               python3-sphinx,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/django-q
Vcs-Git: https://salsa.debian.org/python-team/packages/django-q.git
Homepage: https://github.com/Koed00/django-q
Rules-Requires-Root: no

Package: python3-django-q
Architecture: all
Depends: python3-arrow,
         python3-blessed,
         python3-django (>= 2:2.2),
         python3-django-picklefield,
         python3-future,
         ${misc:Depends},
         ${python3:Depends},
         ${sphinxdoc:Depends}
Suggests: python3-boto3,
          python3-croniter,
          python3-django-redis,
          python3-hiredis,
          python3-psutil,
          python3-pymongo,
          python3-redis
Description: Django multiprocessing distributed task queue (Python 3 version)
 A multiprocessing distributed task queue for Django with following features:
 .
  * Multiprocessing worker pool
  * Asynchronous tasks
  * Scheduled and repeated tasks
  * Encrypted and compressed packages
  * Failure and success database or cache
  * Result hooks, groups and chains
  * Django Admin integration
  * PaaS compatible with multiple instances
  * Multi cluster monitor
  * Redis, Disque, IronMQ, SQS, MongoDB or ORM
  * Rollbar and Sentry support
 .
 This package contains the Python 3 version of the library.