パッケージ: python3-celery (5.2.6-5)
python3-celery に関するリンク
Debian の資源:
celery ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [docs.celeryq.dev]
類似のパッケージ:
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.
その他の python3-celery 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-billiard (>= 4.0.2)
- 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-plugins
- Click extension to register external CLI commands (Python 3)
-
- 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-importlib-metadata
- library to access the metadata for a Python package - Python 3.x
- または python3 (>> 3.8)
- interactive high-level object-oriented language (default python3 version)
-
- 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
- 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