Metadata-Version: 2.4
Name: invenio-app
Version: 3.1.2
Summary: WSGI, Celery and CLI applications for Invenio flavours.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-app
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: applications,invenio
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
Requires-Dist: flask-limiter<3.12,>=3.11; python_version < '3.10'
Requires-Dist: flask-limiter<5,>=4; python_version >= '3.10'
Requires-Dist: flask-shell-ipython>=0.3.1
Requires-Dist: flask-talisman<1.0,>=0.3.2
Requires-Dist: flask>=3.1.0
Requires-Dist: invenio-base<3.0.0,>=2.2.0
Requires-Dist: invenio-cache<4.0.0,>=3.0.0
Requires-Dist: invenio-celery<3.0.0,>=2.0.0
Requires-Dist: invenio-config<2.0.0,>=1.0.0
Requires-Dist: uritools>=1.0.1
Provides-Extra: tests
Requires-Dist: mock>=4.0.0; extra == 'tests'
Requires-Dist: pytest-black>=0.6.0; extra == 'tests'
Requires-Dist: pytest-invenio<5.0.0,>=4.0.0; extra == 'tests'
Requires-Dist: sphinx>=5.0; extra == 'tests'
Description-Content-Type: text/x-rst

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

=============
 Invenio-App
=============

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

.. image:: https://github.com/inveniosoftware/invenio-app/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-app/actions

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

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

WSGI, Celery and CLI applications for Invenio flavours.

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