Metadata-Version: 2.4
Name: invenio-config
Version: 1.1.1
Summary: Invenio configuration loader.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-config
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: config,invenio
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.8
Requires-Dist: flask>=0.11.1
Requires-Dist: invenio-base<3.0.0,>=2.3.0
Provides-Extra: tests
Requires-Dist: mock>=2.0.0; extra == 'tests'
Requires-Dist: pytest-black>=0.6.0; extra == 'tests'
Requires-Dist: pytest-invenio<4.0.0,>=3.0.0; extra == 'tests'
Requires-Dist: sphinx>=1.8.0; extra == 'tests'
Description-Content-Type: text/x-rst

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

================
 Invenio-Config
================

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

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

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

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


Invenio configuration loader.

Invenio-Config is a base package of the Invenio digital library framework. It
is usually installed automatically as a dependency. It facilitates
configuration loading from various sources such as a Python module, an instance
folder or environment variables.

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