Metadata-Version: 2.4
Name: invenio-base
Version: 2.4.1
Summary: Base package for building Invenio application factories.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-base
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: invenio
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.8
Requires-Dist: blinker>=1.4
Requires-Dist: flask>=3.0.0
Requires-Dist: importlib-metadata>=4.4
Requires-Dist: importlib-resources>=5.0
Requires-Dist: itsdangerous>=2.1.0
Requires-Dist: markupsafe>=0.23
Requires-Dist: watchdog>2.0.0
Requires-Dist: werkzeug>=3.0.0
Provides-Extra: tests
Requires-Dist: freezegun>=1.5.1; extra == 'tests'
Requires-Dist: pytest-black-ng>=0.4.0; extra == 'tests'
Requires-Dist: pytest-invenio>=1.4.2; extra == 'tests'
Requires-Dist: sphinx>=4.2.0; extra == 'tests'
Description-Content-Type: text/x-rst

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

==============
 Invenio-Base
==============

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

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

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

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


Base package for building Invenio application factories.

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