celery 4.1.0-2ubuntu1 source package in Ubuntu

Changelog

celery (4.1.0-2ubuntu1) bionic; urgency=medium

  * d/t/upstream: tests are now run with pytest.

 -- Nishanth Aravamudan <email address hidden>  Wed, 24 Jan 2018 21:27:04 -0800

Upload details

Uploaded by:
Nish Aravamudan
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
celery_4.1.0.orig.tar.gz 1.3 MiB 77ff3730198d6a17b3c1f05579ebe570b579efb35f6d7e13dba3b1368d068b35
celery_4.1.0-2ubuntu1.debian.tar.xz 22.5 KiB 7aedc3bc2a0f5b0b897208517bc98cf4b1f42fca357031dc2ee287463103d31e
celery_4.1.0-2ubuntu1.dsc 2.8 KiB 667234348c902d16b653aeb08434a4f2569fd13f1ec6526f535935953b4f3cd6

View changes file

Binary packages built by this source

python-celery: async task/job queue based on message passing (Python2 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 2 version of the library.

python-celery-common: No summary available for python-celery-common in ubuntu cosmic.

No description available for python-celery-common in ubuntu cosmic.

python-celery-doc: 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.

python3-celery: No summary available for python3-celery in ubuntu cosmic.

No description available for python3-celery in ubuntu cosmic.