Metadata-Version: 2.4
Name: invenio-records-resources
Version: 11.0.2
Summary: Invenio resources module to create REST APIs.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-records-resources
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: api_blueprints,invenio,records,rest
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
Requires-Dist: babel-edtf>=1.1.0
Requires-Dist: flask-resources<2.0.0,>=1.0.0
Requires-Dist: invenio-accounts<10.0.0,>=9.0.0
Requires-Dist: invenio-base<3.0.0,>=2.4.0
Requires-Dist: invenio-db<3.0.0,>=2.2.0
Requires-Dist: invenio-files-rest<7.0.0,>=6.0.0
Requires-Dist: invenio-i18n<5.0.0,>=4.0.0
Requires-Dist: invenio-indexer<7.0.0,>=6.0.0
Requires-Dist: invenio-jsonschemas<3.0.0,>=2.0.0
Requires-Dist: invenio-pidstore<5.0.0,>=4.0.0
Requires-Dist: invenio-records-permissions<5.0.0,>=4.0.0
Requires-Dist: invenio-records<7.0.0,>=6.0.0
Requires-Dist: invenio-stats<8.0.0,>=7.0.0
Requires-Dist: luqum>=0.11.0
Requires-Dist: marshmallow-utils<1.0.0,>=0.15.0
Requires-Dist: uritemplate>=3.0.1
Requires-Dist: wand<0.7.0,>=0.6.6
Requires-Dist: xmltodict~=0.12.0
Requires-Dist: zipstream-ng>=1.3.4
Provides-Extra: elasticsearch7
Requires-Dist: invenio-search[elasticsearch7]<4.0.0,>=3.0.0; extra == 'elasticsearch7'
Provides-Extra: opensearch1
Requires-Dist: invenio-search[opensearch1]<4.0.0,>=3.0.0; extra == 'opensearch1'
Provides-Extra: opensearch2
Requires-Dist: invenio-search[opensearch2]<4.0.0,>=3.0.0; extra == 'opensearch2'
Provides-Extra: tests
Requires-Dist: invenio-app<4.0.0,>=3.0.0; extra == 'tests'
Requires-Dist: invenio-db[mysql,postgresql,versioning]<3.0.0,>=2.2.0; extra == 'tests'
Requires-Dist: invenio-s3<7.0.0,>=6.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: pytest-mock>=1.6.0; extra == 'tests'
Requires-Dist: sphinx<9,>=5; extra == 'tests'
Description-Content-Type: text/x-rst

..
    SPDX-FileCopyrightText: 2020 CERN.
    SPDX-License-Identifier: MIT

==========================
 Invenio-Records-Resources
==========================

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

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

.. image:: https://img.shields.io/github/tag/inveniosoftware/invenio-records-resources.svg
        :target: https://github.com/inveniosoftware/invenio-records-resources/releases

.. image:: https://img.shields.io/pypi/dm/invenio-records-resources.svg
        :target: https://pypi.python.org/pypi/invenio-records-resources

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

Invenio Resources module to create REST APIs

TODO: Please provide feature overview of module

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