Metadata-Version: 2.4
Name: invenio-rest
Version: 3.0.3
Summary: REST API module for Invenio.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-rest
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: api,invenio,module,rest
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.8
Requires-Dist: flask-cors>=2.1.0
Requires-Dist: invenio-base<3.0.0,>=2.0.0
Requires-Dist: invenio-logging<5.0.0,>=4.0.0
Requires-Dist: itsdangerous>=2.2.0
Requires-Dist: marshmallow-utils<1.0.0,>=0.15.0
Requires-Dist: marshmallow<4.0.0,>=2.15.2
Requires-Dist: webargs>=5.5.0
Provides-Extra: cors
Provides-Extra: docs
Provides-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>=4.5.0; extra == 'tests'
Requires-Dist: xmltodict>=0.11.0; extra == 'tests'
Description-Content-Type: text/x-rst

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

==============
 Invenio-REST
==============

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

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

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

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

REST API module for Invenio.

Invenio-REST takes care of installing basic error handling on a Flask API
application, as well as initializing Flask-CORS for Cross-Origin Resources
Sharing (not enabled by default).

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