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
|
Source: django-celery
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <FladischerMichael@fladi.at>, Brian May <bam@debian.org>
Build-Depends: debhelper (>= 8.1.0~), dh-python, docbook-to-man,
python-sphinx (>= 1.0.7+dfsg), python-sphinxcontrib.issuetracker,
python-all (>= 2.7), python-anyjson, python-celery (>= 3.1.1),
python-django, python-django-nose, python-mock, python-setuptools,
python-tz, python-unittest2,
python3-all (>= 2.7), python3-anyjson, python3-celery (>= 3.1.1),
python3-django, python3-django-nose, python3-mock, python3-setuptools,
python3-tz
Standards-Version: 3.9.5
X-Python-Version: >= 2.7
Homepage: http://celeryproject.org/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-celery/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/django-celery/trunk/
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 (>= 3.1.1),
python3-django,
python3-pkg-resources,
python3-tz,
${misc:Depends},
${python3: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: python-django-celery-doc
Section: doc
Architecture: all
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.
|