invenio-pidrelations


Nameinvenio-pidrelations JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/inveniosoftware/invenio-pidrelations
SummaryInvenio module that adds PID relations to the Invenio-PIDStore module.
upload_time2025-08-06 07:11:49
maintainerNone
docs_urlNone
authorCERN
requires_python>=3.8
licenseMIT
keywords invenio pidstore persistent identifier relations
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) 2017-2019 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-PIDRelations
======================

.. image:: https://img.shields.io/github.com/inveniosoftware/invenio-pidrelations/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-pidrelations/actions

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

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

*This is an experimental developer preview release.*

* Extends InvenioPIDStore with PID relations, allowing for defining
  PID versioning assembling PID collections or defining "Head" PIDs.


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

..
    This file is part of Invenio.
    Copyright (C) 2017-2019 CERN.
    Copyright (C) 2020 Northwestern University.

    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 1.0.0 (released 05-08-2023)
-----------------------------------
- global: bump dependencies
- global: made PIDQuery wrap new SQLAlchemy version
- global: move packages from setup.py to setup.cfg
- global: format project with black
- global: drop support for python<3.9 and postgresql<=13
- tests: enable correct pytest configuration

Version 0.2.0 (released 30-11-2023)
-----------------------------------

- global: remove deprecated elasticsearch imports
- remove deprecated flask-babelex import
- CI: update test config
- installation: upgrade invenio-search
- tests: update run-tests script
- installation: update extras' keys
- installation: upgrade pytest invenio
- blueprints: fix naming (deprecation of dots usage)
- tests: update fixtures settings

Version 0.1.0 (released 12-07-2020)
-----------------------------------

- Migrate CI to GitHub actions

Version 1.0.0a7 (released 08-21-2020)
-------------------------------------

- Dependencies update
- Python 3 update
- Execution of RFC 21: removal of examples app

Version 1.0.0a6 (released 08-05-2019)
-------------------------------------

- Model update by adding `relation_type` as primary key
- Dependencies update
- Reduce travis builds

Version 1.0.0a5 (released 06-28-2019)
-------------------------------------

- Dependencies update
- API refactoring by making it more node-centric
- License change to MIT

Version 1.0.0a4 (released 02-11-2017)
-------------------------------------

- Initial public release.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/inveniosoftware/invenio-pidrelations",
    "name": "invenio-pidrelations",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "invenio pidstore persistent identifier relations",
    "author": "CERN",
    "author_email": "info@inveniosoftware.org",
    "download_url": "https://files.pythonhosted.org/packages/97/55/2d1aa0a2bd52f459448e5074951abeecd19560a4d8e52498651db5851a16/invenio_pidrelations-1.0.0.tar.gz",
    "platform": "any",
    "description": "..\n    This file is part of Invenio.\n    Copyright (C) 2017-2019 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======================\n Invenio-PIDRelations\n======================\n\n.. image:: https://img.shields.io/github.com/inveniosoftware/invenio-pidrelations/workflows/CI/badge.svg\n        :target: https://github.com/inveniosoftware/invenio-pidrelations/actions\n\n.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-pidrelations.svg\n        :target: https://coveralls.io/r/inveniosoftware/invenio-pidrelations\n\n.. image:: https://img.shields.io/pypi/v/invenio-pidrelations.svg\n        :target: https://pypi.org/pypi/invenio-pidrelations\n\n*This is an experimental developer preview release.*\n\n* Extends InvenioPIDStore with PID relations, allowing for defining\n  PID versioning assembling PID collections or defining \"Head\" PIDs.\n\n\nFurther documentation is available on\nhttps://invenio-pidrelations.readthedocs.io/\n\n..\n    This file is part of Invenio.\n    Copyright (C) 2017-2019 CERN.\n    Copyright (C) 2020 Northwestern University.\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\nChanges\n=======\nVersion 1.0.0 (released 05-08-2023)\n-----------------------------------\n- global: bump dependencies\n- global: made PIDQuery wrap new SQLAlchemy version\n- global: move packages from setup.py to setup.cfg\n- global: format project with black\n- global: drop support for python<3.9 and postgresql<=13\n- tests: enable correct pytest configuration\n\nVersion 0.2.0 (released 30-11-2023)\n-----------------------------------\n\n- global: remove deprecated elasticsearch imports\n- remove deprecated flask-babelex import\n- CI: update test config\n- installation: upgrade invenio-search\n- tests: update run-tests script\n- installation: update extras' keys\n- installation: upgrade pytest invenio\n- blueprints: fix naming (deprecation of dots usage)\n- tests: update fixtures settings\n\nVersion 0.1.0 (released 12-07-2020)\n-----------------------------------\n\n- Migrate CI to GitHub actions\n\nVersion 1.0.0a7 (released 08-21-2020)\n-------------------------------------\n\n- Dependencies update\n- Python 3 update\n- Execution of RFC 21: removal of examples app\n\nVersion 1.0.0a6 (released 08-05-2019)\n-------------------------------------\n\n- Model update by adding `relation_type` as primary key\n- Dependencies update\n- Reduce travis builds\n\nVersion 1.0.0a5 (released 06-28-2019)\n-------------------------------------\n\n- Dependencies update\n- API refactoring by making it more node-centric\n- License change to MIT\n\nVersion 1.0.0a4 (released 02-11-2017)\n-------------------------------------\n\n- Initial public release.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Invenio module that adds PID relations to the Invenio-PIDStore module.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/inveniosoftware/invenio-pidrelations"
    },
    "split_keywords": [
        "invenio",
        "pidstore",
        "persistent",
        "identifier",
        "relations"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "376bdb75d01b2bf44ca86d34b13327cd3fb473b32e3885d6137352faca57170b",
                "md5": "27396638b61cccf675b364f646c3459a",
                "sha256": "17c7bcbe10d538c13d48bdb680926836352c2912559406ab0445c4dc5ee91648"
            },
            "downloads": -1,
            "filename": "invenio_pidrelations-1.0.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "27396638b61cccf675b364f646c3459a",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 24317,
            "upload_time": "2025-08-06T07:11:48",
            "upload_time_iso_8601": "2025-08-06T07:11:48.131821Z",
            "url": "https://files.pythonhosted.org/packages/37/6b/db75d01b2bf44ca86d34b13327cd3fb473b32e3885d6137352faca57170b/invenio_pidrelations-1.0.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "97552d1aa0a2bd52f459448e5074951abeecd19560a4d8e52498651db5851a16",
                "md5": "893d5e98300297f7cafe11e48545890d",
                "sha256": "3faa31e33bbe1a44fa1d73e7703f1384cdccf8bbf0ee5dca32e58a1edbdaab7a"
            },
            "downloads": -1,
            "filename": "invenio_pidrelations-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "893d5e98300297f7cafe11e48545890d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 20366,
            "upload_time": "2025-08-06T07:11:49",
            "upload_time_iso_8601": "2025-08-06T07:11:49.262963Z",
            "url": "https://files.pythonhosted.org/packages/97/55/2d1aa0a2bd52f459448e5074951abeecd19560a4d8e52498651db5851a16/invenio_pidrelations-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-06 07:11:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "inveniosoftware",
    "github_project": "invenio-pidrelations",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "invenio-pidrelations"
}
        
Elapsed time: 0.99769s