invenio-pidstore


Nameinvenio-pidstore JSON
Version 2.2.0 PyPI version JSON
download
home_pagehttps://github.com/inveniosoftware/invenio-pidstore
Summary"Invenio module that stores and registers persistent identifiers."
upload_time2025-07-17 20:21:39
maintainerNone
docs_urlhttps://pythonhosted.org/invenio-pidstore/
authorCERN
requires_python>=3.7
licenseMIT
keywords invenio identifier doi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ..
    This file is part of Invenio.
    Copyright (C) 2015-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-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/

..
    This file is part of Invenio.
    Copyright (C) 2015-2020 CERN.
    Copyright (C) 2024-2025 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 v2.2.0 (released 2025-07-17)

- i18n: pulled translations

Version 2.1.0 (released 2025-07-14)

- chores: replaced importlib_xyz with importlib
- fix: setuptools require underscores instead of dashes
- fix: removed_deprecated_languages
- i18n: add translations missing entry point

Version 2.0.0 (released 2024-12-05)

- setup: bump invenio dependencies

Version 1.3.4 (released 2024-12-05)

- fix: add translation flag for publishing

Version 1.3.3 (released 2024-11-28)

- setup: pin dependencies

Version 1.3.2 (released 2024-11-05)

- model: make forward compatible to sqlalchemy >= 2
- i18n: push translations

Version 1.3.1 (released 2023-03-02)

- Remove unnecessary speaklater dependency references

Version 1.3.0 (released 2023-03-02)

- Replace deprecated flask_babelex dependency and imports
- Upgrade invenio-i18n

Version 1.2.4 (released 2022-11-18)

- Add translations workflow
- Add translations
- Add code formatters
- Update CI scripts

Version 1.2.3 (released 2022-02-28)

- Replaces pkg_resources with importlib for entry points iteration.

Version 1.2.2 (released 2021-01-19)

- Fix a consistency issue in the providers API where the create() method takes
  kwargs and passes them to __init__, but __init__ doesn't take kwargs by
  default. This made it difficult to exchange providers. Now __init__ takes
  kwargs by default.

Version 1.2.1 (released 2020-07-22)

- Support returning NEW and RESERVED PIDs by setting the `registered_only` flag.
- Support setting default status for PIDs with object type and uuid.

Version 1.2.0 (released 2020-03-09)

- Change exception interpolation for better aggregation
- Depend on Invenio-Base, Invenio-Admin, and Invenio-I18N to centralize
  3rd-party module dependencies.

Version 1.1.0 (released 2019-11-18)

- New record id provider v2 to generate random, base32, URI-friendly
  hyphen-separated, optionally checksummed PIDs

Version 1.0.0 (released 2018-03-23)

- Initial public release.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/inveniosoftware/invenio-pidstore",
    "name": "invenio-pidstore",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/invenio-pidstore/",
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "invenio identifier DOI",
    "author": "CERN",
    "author_email": "info@inveniosoftware.org",
    "download_url": "https://files.pythonhosted.org/packages/9d/6b/de47c9f023126f4249cfc8875f7615728ba358bfdafaf1d05a964158bfa0/invenio_pidstore-2.2.0.tar.gz",
    "platform": "any",
    "description": "..\n    This file is part of Invenio.\n    Copyright (C) 2015-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-PIDStore\n==================\n\n.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-pidstore.svg\n        :target: https://github.com/inveniosoftware/invenio-pidstore/blob/master/LICENSE\n\n.. image:: https://github.com/inveniosoftware/invenio-pidstore/workflows/CI/badge.svg\n        :target: https://github.com/inveniosoftware/invenio-pidstore/actions?query=workflow%3ACI\n\n.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-pidstore.svg\n        :target: https://coveralls.io/r/inveniosoftware/invenio-pidstore\n\n.. image:: https://img.shields.io/pypi/v/invenio-pidstore.svg\n        :target: https://pypi.org/pypi/invenio-pidstore\n\n\nInvenio module that mints, stores, registers and resolves persistent\nidentifiers.\n\nFurther documentation is available on https://invenio-pidstore.readthedocs.io/\n\n..\n    This file is part of Invenio.\n    Copyright (C) 2015-2020 CERN.\n    Copyright (C) 2024-2025 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 v2.2.0 (released 2025-07-17)\n\n- i18n: pulled translations\n\nVersion 2.1.0 (released 2025-07-14)\n\n- chores: replaced importlib_xyz with importlib\n- fix: setuptools require underscores instead of dashes\n- fix: removed_deprecated_languages\n- i18n: add translations missing entry point\n\nVersion 2.0.0 (released 2024-12-05)\n\n- setup: bump invenio dependencies\n\nVersion 1.3.4 (released 2024-12-05)\n\n- fix: add translation flag for publishing\n\nVersion 1.3.3 (released 2024-11-28)\n\n- setup: pin dependencies\n\nVersion 1.3.2 (released 2024-11-05)\n\n- model: make forward compatible to sqlalchemy >= 2\n- i18n: push translations\n\nVersion 1.3.1 (released 2023-03-02)\n\n- Remove unnecessary speaklater dependency references\n\nVersion 1.3.0 (released 2023-03-02)\n\n- Replace deprecated flask_babelex dependency and imports\n- Upgrade invenio-i18n\n\nVersion 1.2.4 (released 2022-11-18)\n\n- Add translations workflow\n- Add translations\n- Add code formatters\n- Update CI scripts\n\nVersion 1.2.3 (released 2022-02-28)\n\n- Replaces pkg_resources with importlib for entry points iteration.\n\nVersion 1.2.2 (released 2021-01-19)\n\n- Fix a consistency issue in the providers API where the create() method takes\n  kwargs and passes them to __init__, but __init__ doesn't take kwargs by\n  default. This made it difficult to exchange providers. Now __init__ takes\n  kwargs by default.\n\nVersion 1.2.1 (released 2020-07-22)\n\n- Support returning NEW and RESERVED PIDs by setting the `registered_only` flag.\n- Support setting default status for PIDs with object type and uuid.\n\nVersion 1.2.0 (released 2020-03-09)\n\n- Change exception interpolation for better aggregation\n- Depend on Invenio-Base, Invenio-Admin, and Invenio-I18N to centralize\n  3rd-party module dependencies.\n\nVersion 1.1.0 (released 2019-11-18)\n\n- New record id provider v2 to generate random, base32, URI-friendly\n  hyphen-separated, optionally checksummed PIDs\n\nVersion 1.0.0 (released 2018-03-23)\n\n- Initial public release.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "\"Invenio module that stores and registers persistent identifiers.\"",
    "version": "2.2.0",
    "project_urls": {
        "Homepage": "https://github.com/inveniosoftware/invenio-pidstore"
    },
    "split_keywords": [
        "invenio",
        "identifier",
        "doi"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0c2d7d3d40ab6a40d4e8e7cc169c3adefe359feed07b7736012afc349825bd99",
                "md5": "ceda00a7b0eceb37ac87e4c1894ccd98",
                "sha256": "a83961c05b562a7aacc9ae9fce06a127a39996d3be91f40cfeb1cfeab4a25b0b"
            },
            "downloads": -1,
            "filename": "invenio_pidstore-2.2.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ceda00a7b0eceb37ac87e4c1894ccd98",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 82402,
            "upload_time": "2025-07-17T20:21:38",
            "upload_time_iso_8601": "2025-07-17T20:21:38.398438Z",
            "url": "https://files.pythonhosted.org/packages/0c/2d/7d3d40ab6a40d4e8e7cc169c3adefe359feed07b7736012afc349825bd99/invenio_pidstore-2.2.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9d6bde47c9f023126f4249cfc8875f7615728ba358bfdafaf1d05a964158bfa0",
                "md5": "31cdda390ba0b458195e65a94f3905d6",
                "sha256": "00a87239c88249b15b1f2cf0396a4f0b656765291a09adb6603dc9588db6f8c9"
            },
            "downloads": -1,
            "filename": "invenio_pidstore-2.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "31cdda390ba0b458195e65a94f3905d6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 38855,
            "upload_time": "2025-07-17T20:21:39",
            "upload_time_iso_8601": "2025-07-17T20:21:39.294885Z",
            "url": "https://files.pythonhosted.org/packages/9d/6b/de47c9f023126f4249cfc8875f7615728ba358bfdafaf1d05a964158bfa0/invenio_pidstore-2.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-17 20:21:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "inveniosoftware",
    "github_project": "invenio-pidstore",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "invenio-pidstore"
}
        
Elapsed time: 0.81601s