Metadata-Version: 2.1
Name: invenio-dnb-urn
Version: 0.2.2
Summary: "InvenioRDM module so support DNB urn registration."
Home-page: https://github.com/ulbmuenster/invenio-dnb-urn
Author: University of Münster
Author-email: forschungsdaten@uni-muenster.de
License: MIT
Keywords: invenio TODO
Platform: any
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.9
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: dnb-urn-service>=0.1.6
Requires-Dist: Flask<2.3.0,>=2.2.0
Requires-Dist: lxml>=5.2.1
Requires-Dist: invenio-access<1.5.0,>=1.4.4
Requires-Dist: invenio-drafts-resources>=0.18.2
Requires-Dist: invenio-oaiserver<2.2.0,>=2.1.0
Requires-Dist: invenio-pidstore<1.3.0,>=1.2.3
Requires-Dist: invenio-rdm-records<3.0.0,>=2.1.0
Requires-Dist: invenio-search[opensearch2]>=2.3.1
Requires-Dist: invenio-vocabularies<1.1.0,>=1.0.4
Provides-Extra: tests
Requires-Dist: invenio-app<2.0.0,>=1.3.4; extra == "tests"
Requires-Dist: pytest-invenio<3.0.0,>=2.1.0; extra == "tests"
Requires-Dist: pytest-black>=0.3.0; extra == "tests"
Requires-Dist: invenio-app>=1.3.4; extra == "tests"
Requires-Dist: invenio-db[mysql,postgresql,versioning]<2.0,>=1.0.14; extra == "tests"
Requires-Dist: pytest-mock>=1.6.0; extra == "tests"
Requires-Dist: sphinx<5,>=4.2.0; extra == "tests"
Requires-Dist: tripoli~=2.0.0; extra == "tests"
Provides-Extra: opensearch2
Requires-Dist: invenio-search[opensearch2]<3.0.0,>=2.1.0; extra == "opensearch2"

..
    Copyright (C) 2022-2024 University of Münster.

    invenio-dnb-urn 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-dnb-urn
=================

DNB support module for InvenioRDM. It offers a URN PIDProvider and additional metadata formats to be included
in the OAI-PMH server. Currently these are epicur and xMetaDissPlus.
In a later step the epicur format will be replaced by extending the URN PIDProvider by accessing the
DNB REST-APIs to directly mint new and changed URN's.

Please follow the instructions on https://inveniordm.docs.cern.ch/ for configuration and installation.

..
    Copyright (C) 2024 University of Münster.

    invenio-dnb-urn 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 0.1.0 (released TBD)

- Initial public release.
