套件: python-celery (4.1.0-2ubuntu1)
python-celery 的相關超連結
Trisquel 的資源:
下載原始碼套件 celery:
維護者:
Original Maintainers:
- Debian Python Modules Team (郵件存檔)
- Michael Fladischer
- Brian May
外部的資源:
- 主頁 [www.celeryproject.org]
相似套件:
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 有關的套件
|
|
|
-
- dep: python
- interactive high-level object-oriented language (default version)
-
- dep: python-billiard (>= 3.3.0.23)
- Multiprocessing Pool Extensions for Python
-
- dep: python-dateutil
- powerful extensions to the standard Python datetime module
-
- dep: python-ephem
- Compute positions of the planets and stars with Python 2
-
- dep: python-kombu (>= 3.0.34)
- AMQP Messaging Framework for Python
-
- dep: python-mailer
- Python module that simplifies sending email (Python 2)
-
- dep: python-memcache
- pure Python memcached client
-
- dep: python-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python-pyparsing
- alternative to creating and executing simple grammars - Python 2.7
-
- dep: python-tz
- Python version of the Olson timezone database
-
- sug: python-celery-doc
- async task/job queue based on message passing (Documentation)
-
- sug: python-gevent
- gevent is a coroutine-based Python networking library
-
- sug: python-pytyrant
- Pure Python client implementation of the Tokyo Tyrant protocol
-
- sug: python-redis
- Persistent key-value database with network interface (Python library)
-
- sug: python-sqlalchemy
- SQL toolkit and Object Relational Mapper for Python