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 52 53 54 55 56 57 58 59 60
|
Source: python-django-celery-results
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Michael Fladischer <fladi@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-celery,
python3-django,
python3-psycopg,
python3-pytest,
python3-pytest-benchmark,
python3-pytest-django,
python3-setuptools,
python3-sphinx,
python3-sphinx-celery,
Standards-Version: 4.7.2
Homepage: https://github.com/celery/django-celery-results/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-celery-results
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-celery-results.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
X-Style: black
Package: python-django-celery-results-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Celery result backends for Django (Documentation)
This extension enables you to store Celery task results using the Django ORM.
.
It defines a single model (django_celery_results.models.TaskResult) used to
store task results, and you can query this database table like any other Django
model.
.
This package contains the documentation.
Package: python3-django-celery-results
Architecture: all
Depends:
python3-django,
${misc:Depends},
${python3:Depends},
Suggests:
python-django-celery-results-doc,
Description: Celery result backends for Django (Python3 version)
This extension enables you to store Celery task results using the Django ORM.
.
It defines a single model (django_celery_results.models.TaskResult) used to
store task results, and you can query this database table like any other Django
model.
.
This package contains the Python 3 version of the library.
|