Metadata-Version: 2.1
Name: dnb-urn-service
Version: 0.1.6
Summary: "Python API client wrapper for the DNB URN service API"
Home-page: https://github.com/ulbmuenster/dnb-urn-service
Author: University of Münster
Author-email: forschungsdaten@uni-muenster.de
License: MIT
Keywords: invenio rdm data model
Platform: any
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.9
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: jsonschema>=3.0.0
Requires-Dist: lxml>=4.5.0
Requires-Dist: requests>=2.12.2
Requires-Dist: idutils>=1.2.0
Provides-Extra: tests
Requires-Dist: responses>=0.10.6; extra == "tests"
Requires-Dist: mock>=1.3.0; extra == "tests"
Requires-Dist: pytest>=7.1.3; extra == "tests"
Requires-Dist: pytest-black>=0.3.12; extra == "tests"
Requires-Dist: pytest-invenio>=1.4.0; extra == "tests"

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

    dnb-urn-service is free software; you can redistribute it and/or modify
    it under the terms of the MIT License; see LICENSE file for more details.

=================
 dnb-urn-service
=================

This module for InvenioRDM wraps a thin python layer around the DNB REST-API's to directly mint new and changed URN's.

Configuration
=============

No configuration is necessary.

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

    dnb-urn-service 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 2022-11-02)

- Initial non public release.

Version 0.1.1 (released 2023-02-13)

- First public release

Version 0.1.6 (released 2024-04-04)

- First automatic public release
