Metadata-Version: 2.4
Name: invenio-oaiserver
Version: 5.0.1
Summary: Invenio module that implements OAI-PMH server.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-oaiserver
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: OAI-PMH,invenio
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
Requires-Dist: arrow>=0.17.0
Requires-Dist: dojson<2.0.0,>=1.3.0
Requires-Dist: invenio-base<3.0.0,>=2.0.0
Requires-Dist: invenio-i18n<4.0.0,>=3.0.0
Requires-Dist: invenio-pidstore<4.0.0,>=3.0.0
Requires-Dist: invenio-records<6.0.0,>=5.0.0
Requires-Dist: invenio-rest<4.0.0,>=3.0.0
Requires-Dist: lxml>=4.3.0
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-admin<2.0.0,>=1.6.0; extra == 'tests'
Requires-Dist: invenio-celery<3.0.0,>=2.0.0; extra == 'tests'
Requires-Dist: invenio-db[mysql,postgresql,versioning]<3.0.0,>=2.2.0; extra == 'tests'
Requires-Dist: invenio-indexer<6.0.0,>=5.0.0; extra == 'tests'
Requires-Dist: invenio-jsonschemas<3.0.0,>=2.0.0; extra == 'tests'
Requires-Dist: mock>=1.3.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: sphinx>=4.5.0; extra == 'tests'
Description-Content-Type: text/x-rst

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

===================
 Invenio-OAIServer
===================

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

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

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

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


Invenio module that implements an OAI-PMH server.

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