Source: django-q Maintainer: Debian Python Modules Team Uploaders: Jonas Meurer , Pierre-Elliott Bécue Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-arrow, python3-blessed, python3-django (>= 2:2.2), python3-django-picklefield, python3-django-redis, python3-future, python3-pytest, python3-pytest-django, python3-setuptools, python3-sphinx Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/python-team/modules/django-q Vcs-Git: https://salsa.debian.org/python-team/modules/django-q.git Homepage: https://github.com/Koed00/django-q Testsuite: autopkgtest-pkg-python 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-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.