..
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.
Copyright (C) 2024 Graz University of Technology.
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 v3.1.0 (released 2024-12-16)
- percolator: use `OAISERVER_RECORD_INDEX` to determine percolator index
* Instead of relying on the default `RecordIndexer` class to determine
the percolator index, we reuse the `OAISERVER_RECORD_INDEX` config variable.
Version 3.0.0 (release 2024-12-06)
- fix: tests, apply invenio-indexer change
- fix: docs reference target not found
- tests: apply changes for sqlalchemy>=2.0
- setup: change to reusable workflows
- setup: bump major dependencies
- ci: fix docker compose call
Version v2.2.3 (released 2024-09-25)
- percolator: allow lazy strings from config for deletions
Version v2.2.2 (released 2024-09-11)
- percolator: allow lazy strings from config
Version 2.2.1 (released 2023-11-09)
- verbs: fix `from` parameter
Version 2.2.0 (released 2023-03-02)
- remove deprecated flask-babelex dependency and imports
- upgrade invenio_i18n
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.
Raw data
{
"_id": null,
"home_page": "https://github.com/inveniosoftware/invenio-oaiserver",
"name": "invenio-oaiserver",
"maintainer": null,
"docs_url": "https://pythonhosted.org/invenio-oaiserver/",
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "invenio OAI-PMH",
"author": "CERN",
"author_email": "info@inveniosoftware.org",
"download_url": "https://files.pythonhosted.org/packages/c8/9f/3d6428212d21f3658a61127ecffe87ef38e9bfa29bf7c99edaa94df46ecd/invenio_oaiserver-3.1.0.tar.gz",
"platform": "any",
"description": "..\n This file is part of Invenio.\n Copyright (C) 2016-2018 CERN.\n\n Invenio is free software; you can redistribute it and/or modify it\n under the terms of the MIT License; see LICENSE file for more details.\n\n===================\n Invenio-OAIServer\n===================\n\n.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-oaiserver.svg\n :target: https://github.com/inveniosoftware/invenio-oaiserver/blob/master/LICENSE\n\n.. image:: https://github.com/inveniosoftware/invenio-oaiserver/workflows/CI/badge.svg\n :target: https://github.com/inveniosoftware/invenio-oaiserver/actions?query=workflow%3ACI\n\n.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-oaiserver.svg\n :target: https://coveralls.io/r/inveniosoftware/invenio-oaiserver\n\n.. image:: https://img.shields.io/pypi/v/invenio-oaiserver.svg\n :target: https://pypi.org/pypi/invenio-oaiserver\n\n\nInvenio module that implements an OAI-PMH server.\n\nFurther documentation is available on https://invenio-oaiserver.readthedocs.io/\n\n..\n This file is part of Invenio.\n Copyright (C) 2016-2022 CERN.\n Copyright (C) 2024 Graz University of Technology.\n\n Invenio is free software; you can redistribute it and/or modify it\n under the terms of the MIT License; see LICENSE file for more details.\n\nChanges\n=======\n\nVersion v3.1.0 (released 2024-12-16)\n\n- percolator: use `OAISERVER_RECORD_INDEX` to determine percolator index\n * Instead of relying on the default `RecordIndexer` class to determine\n the percolator index, we reuse the `OAISERVER_RECORD_INDEX` config variable.\n\nVersion 3.0.0 (release 2024-12-06)\n\n- fix: tests, apply invenio-indexer change\n- fix: docs reference target not found\n- tests: apply changes for sqlalchemy>=2.0\n- setup: change to reusable workflows\n- setup: bump major dependencies\n- ci: fix docker compose call\n\nVersion v2.2.3 (released 2024-09-25)\n\n- percolator: allow lazy strings from config for deletions\n\nVersion v2.2.2 (released 2024-09-11)\n\n- percolator: allow lazy strings from config\n\nVersion 2.2.1 (released 2023-11-09)\n\n- verbs: fix `from` parameter\n\nVersion 2.2.0 (released 2023-03-02)\n\n- remove deprecated flask-babelex dependency and imports\n- upgrade invenio_i18n\n\nVersion 2.1.1 (released 2022-11-29)\n\n- Add translations\n\nVersion 2.1.0 (released 2022-10-03)\n\n- Add support to OpenSearch v2\n- Remove `doc_type` using search APIs\n\nVersion 2.0.1 (released 2022-09-27)\n\n- Bump invenio-records\n- Remove invenio-marc21 from tests\n\nVersion 2.0.0 (released 2022-09-25)\n\n- Add support to OpenSearch\n- Drop support to Elasticsearch < 7\n- Upper pin Invenio dependencies\n- Breaking: rename kwargs `document_es_ids` to `document_search_ids` and\n `document_es_indices` to `document_search_indices` in funcs\n `create_percolate_query` and `percolate_query`\n\nVersion 1.5.0 (released 2022-09-21)\n\n- Adds system created flag field to oai-pmh set model\n to mark auto created sets\n\nVersion 1.4.2 (released 2022-05-23)\n\n- Adds support for Flask v2.1\n\nVersion 1.4.1 (released 2022-03-01)\n\n- Fixes marshmallow deprecation warning.\n\nVersion 1.4.0 (released 2022-02-22)\n\n- OAI-PMH sets reimplementation via percolator queries during result fetching.\n- Removes Python 2.7 support.\n- Resumption token argument fixes.\n\nVersion 1.3.0 (released 2021-10-20)\n\n- Unpin Flask version.\n\nVersion 1.2.2 (released 2021-09-17)\n\n- Adds support for more easily integrating the OAI-PMH server in InvenioRDM.\n\n- Adds new configuration variables for dependency injection of search class,\n ID fetcher, record getter tec.\n\n- The release is fully backward compatibility and does not change any\n behaviour.\n\n- Fixes a bug with Elasticsearch 7 causing invalid OAI-PMH output for the\n resumption token.\n\nVersion 1.2.1 (released 2021-07-12)\n\n- Adds german translations\n\nVersion 1.2.0 (released 2020-03-17)\n\n- Removes support for python 2.7\n- Centralises management of Flask dependency via invenio-base\n\nVersion 1.1.2 (released 2019-07-19)\n\n- fixes default config OAISERVER_QUERY_PARSER_FIELDS\n- changes celery support module to invenio-celery\n\nVersion 1.1.1 (released 2019-07-31)\n\n- Added support for Marshmallow v2 and v3.\n\nVersion 1.1.0 (released 2019-07-31)\n\n- Added support for Eleasticsearch v7\n\nVersion 1.0.3 (released 2019-02-15)\n\n- Pins marshmallow package to <3 in preparation for upcoming v3.0.0 release\n which will break compatibility.\n\nVersion 1.0.2 (released 2019-01-10)\n\n- Improved performance of the *Identify* verb response by fetching earliest\n record date from Elasticsearch.\n\nVersion 1.0.1 (released 2018-12-14)\n\nVersion 1.0.0 (released 2018-03-23)\n\n- Initial public release.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "\"Invenio module that implements OAI-PMH server.\"",
"version": "3.1.0",
"project_urls": {
"Homepage": "https://github.com/inveniosoftware/invenio-oaiserver"
},
"split_keywords": [
"invenio",
"oai-pmh"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "67bf7deec6fcabda11683a7b5e403bfdf50076e6986a00b3984fa9d93fd43c26",
"md5": "ad681cdba9e300cba22971c7eb1838ba",
"sha256": "5a5f8b35287927142c0590afa6805520bd5672690d9264a38707081c6a038772"
},
"downloads": -1,
"filename": "invenio_oaiserver-3.1.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "ad681cdba9e300cba22971c7eb1838ba",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.7",
"size": 116807,
"upload_time": "2024-12-16T10:43:52",
"upload_time_iso_8601": "2024-12-16T10:43:52.868282Z",
"url": "https://files.pythonhosted.org/packages/67/bf/7deec6fcabda11683a7b5e403bfdf50076e6986a00b3984fa9d93fd43c26/invenio_oaiserver-3.1.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c89f3d6428212d21f3658a61127ecffe87ef38e9bfa29bf7c99edaa94df46ecd",
"md5": "a747b7ed7b7487cf342a6426fc7671ee",
"sha256": "831a7b131d66516c949e013cd4d28b41c497e6275a805ec72bc6e25a63d2dc40"
},
"downloads": -1,
"filename": "invenio_oaiserver-3.1.0.tar.gz",
"has_sig": false,
"md5_digest": "a747b7ed7b7487cf342a6426fc7671ee",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 66386,
"upload_time": "2024-12-16T10:43:55",
"upload_time_iso_8601": "2024-12-16T10:43:55.278231Z",
"url": "https://files.pythonhosted.org/packages/c8/9f/3d6428212d21f3658a61127ecffe87ef38e9bfa29bf7c99edaa94df46ecd/invenio_oaiserver-3.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-16 10:43:55",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "inveniosoftware",
"github_project": "invenio-oaiserver",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "invenio-oaiserver"
}