Metadata-Version: 2.4
Name: invenio-celery
Version: 2.2.1
Summary: Celery module for Invenio.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-celery
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: celery,invenio
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
Requires-Dist: celery<5.5,>=5.1.0
Requires-Dist: flask-celeryext>=0.3.4
Requires-Dist: invenio-base<3.0.0,>=2.3.0
Requires-Dist: msgpack>=0.6.2
Requires-Dist: redis>=2.10.0
Provides-Extra: docs
Provides-Extra: tests
Requires-Dist: pytest-black-ng>=0.4.0; extra == 'tests'
Requires-Dist: pytest-invenio<4.0.0,>=3.0.0; extra == 'tests'
Requires-Dist: sphinx>=5.0.0; extra == 'tests'
Description-Content-Type: text/x-rst

..
    SPDX-FileCopyrightText: 2015-2018 CERN.
    SPDX-License-Identifier: MIT

================
 Invenio-Celery
================

.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-celery.svg
        :target: https://github.com/inveniosoftware/invenio-celery/blob/master/LICENSE

.. image:: https://github.com/inveniosoftware/invenio-celery/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-celery/actions?query=workflow%3ACI

.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-celery.svg
        :target: https://coveralls.io/r/inveniosoftware/invenio-celery

.. image:: https://img.shields.io/pypi/v/invenio-celery.svg
        :target: https://pypi.org/pypi/invenio-celery


Celery distributed task queue module for Invenio.

Invenio-Celery is a small discovery layer that takes care of discovering and
loading tasks from other Invenio modules, as well as providing configuration
defaults for Celery usage in Invenio. Invenio-Celery relies on Flask-CeleryExt
for integrating Flask and Celery with application factories.

Further documentation is available on https://invenio-celery.readthedocs.io/
