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 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
|
Source: celery
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Michael Fladischer <fladi@debian.org>,
Brian May <bam@debian.org>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-python,
docbook-to-man,
dvipng,
locales,
python3-all,
python3-billiard (>= 3.6.3.0),
python3-boto3,
python3-case,
python3-click-didyoumean,
python3-click-repl,
python3-dateutil,
python3-doc,
python3-eventlet,
python3-future (>=0.18.0),
python3-kombu (>= 5.0),
python3-memcache,
python3-mock,
python3-msgpack,
python3-nose,
python3-openssl,
python3-pymongo,
python3-pyparsing,
python3-pytest,
python3-pytest-timeout,
python3-redis,
python3-setuptools,
python3-sphinx (>= 2.0.0),
python3-sphinx-celery (>= 2.0.0),
python3-sphinx-click,
python3-sqlalchemy,
python3-tz,
python3-vine (>= 5.0),
python3-yaml,
texlive-latex-base,
texlive-latex-extra,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/packages/celery
Vcs-Git: https://salsa.debian.org/python-team/packages/celery.git
Homepage: http://www.celeryproject.org/
Package: celery
Architecture: all
Section: net
Depends:
python3-celery (= ${binary:Version}),
${misc:Depends},
Breaks:
python-celery-common (<< 4.4.2-3),
Replaces:
python-celery-common (<< 4.4.2-3),
Description: async task/job queue based on message passing (common files)
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.
.
The execution units, called tasks, are executed concurrently on one
or more worker nodes. Tasks can execute asynchronously (in the
background) or synchronously (wait until ready).
.
Celery is written in Python, but the protocol can be implemented
in any language. It can also operate with other languages using
webhooks.
.
The recommended message broker is RabbitMQ, but limited support for Redis,
Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django
ORM) is also available. Celery is easy to integrate with Django, using the
python-django-celery package.
.
This package contains the common files of the library.
Package: python-celery-common
Architecture: all
Section: oldlibs
Depends:
celery (>= ${binary:Version}),
${misc:Depends},
Description: async task/job queue - transitional dummy package
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.
.
This is an empty transitional package to the "celery" package.
Once installed it can be safely removed.
Package: python-celery-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
libjs-jquery,
${misc:Depends},
${sphinxdoc:Depends},
Description: async task/job queue based on message passing (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.
.
The execution units, called tasks, are executed concurrently on one
or more worker nodes. Tasks can execute asynchronously (in the
background) or synchronously (wait until ready).
.
Celery is written in Python, but the protocol can be implemented
in any language. It can also operate with other languages using
webhooks.
.
The recommended message broker is RabbitMQ, but limited support for Redis,
Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django
ORM) is also available. Celery is easy to integrate with Django, using the
python-django-celery package.
.
This package contains the documentation.
Package: python3-celery
Architecture: all
Depends:
python3-billiard (>= 3.3.0.23),
python3-click-didyoumean,
python3-click-repl,
python3-dateutil,
python3-ephem,
python3-kombu (>= 5.0),
python3-memcache,
python3-pkg-resources,
python3-pyparsing,
python3-tz,
python3-vine (>= 5.0),
${misc:Depends},
${python3:Depends},
Suggests:
python-celery-doc,
python3-redis,
python3-sqlalchemy,
Description: async task/job queue based on message passing (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.
.
The execution units, called tasks, are executed concurrently on one
or more worker nodes. Tasks can execute asynchronously (in the
background) or synchronously (wait until ready).
.
Celery is written in Python, but the protocol can be implemented
in any language. It can also operate with other languages using
webhooks.
.
The recommended message broker is RabbitMQ, but limited support for Redis,
Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django
ORM) is also available. Celery is easy to integrate with Django, using the
python-django-celery package.
.
This package contains the Python 3 version of the library.
|