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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
Source: django-celery
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>,
Brian May <bam@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
docbook-to-man,
python-all (>= 2.7),
python-anyjson,
python-celery (>= 3.1.1),
python-django,
python-django-nose,
python-mock,
python-setuptools,
python-sphinx (>= 1.0.7+dfsg),
python-sphinxcontrib.issuetracker,
python-tz,
python-unittest2,
python3-all,
python3-anyjson,
python3-celery,
python3-django,
python3-django-nose,
python3-mock,
python3-setuptools,
python3-tz
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-celery.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/django-celery.git
Homepage: http://celeryproject.org/
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Package: python-django-celery
Architecture: all
Depends: python-anyjson,
python-celery (>= 3.1.1),
python-django,
python-pkg-resources,
python-tz,
${misc:Depends},
${python:Depends}
Description: Celery integration for Django
Celery is an open source asynchronous task queue/job queue based on
distributed message passing. It is focused on real-time operation,
but supports scheduling as well.
.
django-celery provides Celery integration for Django using the Django ORM and
cache backend for storing results, autodiscovery of task modules for
applications listed in INSTALLED_APPS, and integration of task monitoring
through the Django admin interface.
.
Using it in a Django project provides a way to distribute asynchronous tasks
like sending emails or batch-processing larger datasets to one or more
separate worker nodes.
Package: python3-django-celery
Architecture: all
Depends: python3-anyjson,
python3-celery,
python3-django,
python3-pkg-resources,
python3-tz,
${misc:Depends},
${python3:Depends}
Description: Celery integration for Django (Python3 version)
Celery is an open source asynchronous task queue/job queue based on
distributed message passing. It is focused on real-time operation,
but supports scheduling as well.
.
django-celery provides Celery integration for Django using the Django ORM and
cache backend for storing results, autodiscovery of task modules for
applications listed in INSTALLED_APPS, and integration of task monitoring
through the Django admin interface.
.
Using it in a Django project provides a way to distribute asynchronous tasks
like sending emails or batch-processing larger datasets to one or more
separate worker nodes.
.
This package contains the Python 3 version of the library.
Package: python-django-celery-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Description: Celery integration for Django (Documentation)
Celery is an open source asynchronous task queue/job queue based on
distributed message passing. It is focused on real-time operation,
but supports scheduling as well.
.
django-celery provides Celery integration for Django using the Django ORM and
cache backend for storing results, autodiscovery of task modules for
applications listed in INSTALLED_APPS, and integration of task monitoring
through the Django admin interface.
.
Using it in a Django project provides a way to distribute asynchronous tasks
like sending emails or batch-processing larger datasets to one or more
separate worker nodes.
.
This package contains the documentation.
|