Metadata-Version: 2.4
Name: invenio-pidstore
Version: 4.0.1
Summary: Invenio module that stores and registers persistent identifiers.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-pidstore
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: DOI,identifier,invenio
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
Requires-Dist: base32-lib>=1.0.1
Requires-Dist: importlib-metadata>=4.4
Requires-Dist: importlib-resources>=5.0
Requires-Dist: invenio-base<3.0.0,>=2.3.0
Requires-Dist: invenio-i18n<5.0.0,>=4.0.0
Provides-Extra: tests
Requires-Dist: datacite>=0.1.0; extra == 'tests'
Requires-Dist: flask-menu<3.0.0,>=2.0.0; extra == 'tests'
Requires-Dist: invenio-access<8.0.0,>=7.0.0; extra == 'tests'
Requires-Dist: invenio-accounts<10.0.0,>=9.0.0; extra == 'tests'
Requires-Dist: invenio-admin<2.0.0,>=1.2.0; extra == 'tests'
Requires-Dist: invenio-db[mysql,postgresql,versioning]<3.0.0,>=2.2.0; extra == 'tests'
Requires-Dist: mock>=3.0.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'
Requires-Dist: sqlalchemy-continuum>=1.3.11; extra == 'tests'
Description-Content-Type: text/x-rst

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

==================
 Invenio-PIDStore
==================

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

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

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

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


Invenio module that mints, stores, registers and resolves persistent
identifiers.

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