Metadata-Version: 2.4
Name: invenio-records-rest
Version: 6.0.1
Summary: REST API for invenio-records.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-records-rest
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: api,invenio
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
Requires-Dist: bleach>=2.1.3
Requires-Dist: ftfy>=4.4.3
Requires-Dist: invenio-base<3.0.0,>=2.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-pidstore<5.0.0,>=4.0.0
Requires-Dist: invenio-records<7.0.0,>=6.0.0
Requires-Dist: invenio-rest<5.0.0,>=4.0.0
Requires-Dist: marshmallow-utils<1.0.0,>=0.15.0
Provides-Extra: citeproc
Requires-Dist: citeproc-py-styles>=0.1.3; extra == 'citeproc'
Requires-Dist: citeproc-py>=0.6.0; extra == 'citeproc'
Provides-Extra: datacite
Requires-Dist: datacite>=1.0.1; extra == 'datacite'
Provides-Extra: docs
Provides-Extra: dublincore
Requires-Dist: dcxml>=0.1.2; extra == 'dublincore'
Provides-Extra: elasticsearch7
Requires-Dist: invenio-search[elasticsearch7]<4.0.0,>=3.0.0; extra == 'elasticsearch7'
Provides-Extra: jsonld
Requires-Dist: pyld<2,>=1.0.5; extra == 'jsonld'
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: citeproc-py-styles>=0.1.3; extra == 'tests'
Requires-Dist: citeproc-py>=0.6.0; extra == 'tests'
Requires-Dist: cryptography>=2.1.4; extra == 'tests'
Requires-Dist: datacite>=1.0.1; extra == 'tests'
Requires-Dist: dcxml>=0.1.2; extra == 'tests'
Requires-Dist: flask-login>=0.3.2; extra == 'tests'
Requires-Dist: invenio-config<2.0.0,>=1.0.2; extra == 'tests'
Requires-Dist: invenio-db[mysql,postgresql]<3.0.0,>=2.2.0; extra == 'tests'
Requires-Dist: mock>=4; extra == 'tests'
Requires-Dist: pyld<2,>=1.0.5; 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; extra == 'tests'
Description-Content-Type: text/x-rst

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

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

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

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

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

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

REST API for Invenio-Records.

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

