Metadata-Version: 2.1
Name: invenio-oaiserver
Version: 2.1.1
Summary: "Invenio module that implements OAI-PMH server."
Home-page: https://github.com/inveniosoftware/invenio-oaiserver
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Description: ..
            This file is part of Invenio.
            Copyright (C) 2016-2018 CERN.
        
            Invenio is free software; you can redistribute it and/or modify it
            under the terms of the MIT License; see LICENSE file for more details.
        
        ===================
         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/
        
        ..
            This file is part of Invenio.
            Copyright (C) 2016-2022 CERN.
        
            Invenio is free software; you can redistribute it and/or modify it
            under the terms of the MIT License; see LICENSE file for more details.
        
        Changes
        =======
        
        Version 2.1.1 (released 2022-11-29)
        
        - Add translations
        
        Version 2.1.0 (released 2022-10-03)
        
        - Add support to OpenSearch v2
        - Remove `doc_type` using search APIs
        
        Version 2.0.1 (released 2022-09-27)
        
        - Bump invenio-records
        - Remove invenio-marc21 from tests
        
        Version 2.0.0 (released 2022-09-25)
        
        - Add support to OpenSearch
        - Drop support to Elasticsearch < 7
        - Upper pin Invenio dependencies
        - Breaking: rename kwargs `document_es_ids` to `document_search_ids` and
          `document_es_indices` to `document_search_indices` in funcs
          `create_percolate_query` and `percolate_query`
        
        Version 1.5.0 (released 2022-09-21)
        
        - Adds system created flag field to oai-pmh set model
          to mark auto created sets
        
        Version 1.4.2 (released 2022-05-23)
        
        - Adds support for Flask v2.1
        
        Version 1.4.1 (released 2022-03-01)
        
        - Fixes marshmallow deprecation warning.
        
        Version 1.4.0 (released 2022-02-22)
        
        - OAI-PMH sets reimplementation via percolator queries during result fetching.
        - Removes Python 2.7 support.
        - Resumption token argument fixes.
        
        Version 1.3.0 (released 2021-10-20)
        
        - Unpin Flask version.
        
        Version 1.2.2 (released 2021-09-17)
        
        - Adds support for more easily integrating the OAI-PMH server in InvenioRDM.
        
        - Adds new configuration variables for dependency injection of search class,
          ID fetcher, record getter tec.
        
        - The release is fully backward compatibility and does not change any
          behaviour.
        
        - Fixes a bug with Elasticsearch 7 causing invalid OAI-PMH output for the
          resumption token.
        
        Version 1.2.1 (released 2021-07-12)
        
        - Adds german translations
        
        Version 1.2.0 (released 2020-03-17)
        
        - Removes support for python 2.7
        - Centralises management of Flask dependency via invenio-base
        
        Version 1.1.2 (released 2019-07-19)
        
        - fixes default config OAISERVER_QUERY_PARSER_FIELDS
        - changes celery support module to invenio-celery
        
        Version 1.1.1 (released 2019-07-31)
        
        - Added support for Marshmallow v2 and v3.
        
        Version 1.1.0 (released 2019-07-31)
        
        - Added support for Eleasticsearch v7
        
        Version 1.0.3 (released 2019-02-15)
        
        - Pins marshmallow package to <3 in preparation for upcoming v3.0.0 release
          which will break compatibility.
        
        Version 1.0.2 (released 2019-01-10)
        
        - Improved performance of the *Identify* verb response by fetching earliest
          record date from Elasticsearch.
        
        Version 1.0.1 (released 2018-12-14)
        
        Version 1.0.0 (released 2018-03-23)
        
        - Initial public release.
        
Keywords: invenio OAI-PMH
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.7
Provides-Extra: tests
Provides-Extra: elasticsearch7
Provides-Extra: opensearch1
Provides-Extra: opensearch2
