Pakket: python3-celery (5.0.0-3)
Verwijzigingen voor python3-celery
Debian bronnen:
Het bronpakket celery downloaden:
Beheerders:
Externe bronnen:
- Homepage [www.celeryproject.org]
Vergelijkbare pakketten:
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.
Andere aan python3-celery gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-billiard (>= 3.6.3.0)
- Multiprocessing Pool Extensions for Python (Python3 version)
-
- dep: python3-click
- Wrapper around optparse for command line utilities - Python 3.x
-
- dep: python3-click-didyoumean
- enables git-like did-you-mean feature in click
-
- dep: python3-click-repl
- REPL plugin for Click - Python 3.x
-
- dep: python3-dateutil
- powerful extensions to the standard Python 3 datetime module
-
- dep: python3-ephem
- Compute positions of the planets and stars with Python
-
- dep: python3-kombu (>= 5.0)
- AMQP Messaging Framework for Python (Python3 version)
-
- dep: python3-memcache
- pure Python memcached client - Python 3.x
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python3-pyparsing
- alternative to creating and executing simple grammars - Python 3.x
-
- dep: python3-tz
- Python3 version of the Olson timezone database
-
- dep: python3-vine (>= 5.0)
- Python promises (Python 3 version)
-
- sug: python-celery-doc
- async task/job queue based on message passing (Documentation)
-
- sug: python3-redis
- Persistent key-value database with network interface (Python 3 library)
-
- sug: python3-sqlalchemy
- SQL toolkit and Object Relational Mapper for Python 3