Metadata-Version: 2.1
Name: invenio-pidrelations
Version: 0.2.0
Summary: Invenio module that adds PID relations to the Invenio-PIDStore module.
Home-page: https://github.com/inveniosoftware/invenio-pidrelations
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio pidstore persistent identifier relations
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Development Status :: 1 - Planning
Requires-Dist: invenio-base >=1.2.3
Requires-Dist: invenio-i18n >=2.0.0
Requires-Dist: invenio-pidstore >=1.0.0
Requires-Dist: marshmallow <4.0.0,>=3.3.0
Requires-Dist: speaklater <2.0,>=1.3
Provides-Extra: all
Requires-Dist: Sphinx >=5 ; extra == 'all'
Requires-Dist: invenio-search[opensearch2] <3.0.0,>=2.0.0 ; extra == 'all'
Requires-Dist: pytest-invenio <3.0.0,>=2.1.0 ; extra == 'all'
Requires-Dist: pytest-black >=0.3.0 ; extra == 'all'
Requires-Dist: invenio-app <2.0.0,>=1.3.4 ; extra == 'all'
Requires-Dist: pytest-mock >=1.6.0 ; extra == 'all'
Requires-Dist: invenio-records >=1.3.2 ; extra == 'all'
Requires-Dist: invenio-records-ui >=1.1.0 ; extra == 'all'
Requires-Dist: invenio-indexer >=1.1.2 ; extra == 'all'
Provides-Extra: docs
Requires-Dist: Sphinx >=5 ; extra == 'docs'
Provides-Extra: elasticsearch7
Requires-Dist: invenio-search[elasticsearch7] <3.0.0,>=2.0.0 ; extra == 'elasticsearch7'
Provides-Extra: indexer
Requires-Dist: invenio-indexer >=1.1.2 ; extra == 'indexer'
Provides-Extra: mysql
Requires-Dist: invenio-db[mysql,versioning] <2.0.0,>=1.0.14 ; extra == 'mysql'
Provides-Extra: opensearch2
Requires-Dist: invenio-search[opensearch2] <3.0.0,>=2.0.0 ; extra == 'opensearch2'
Provides-Extra: postgresql
Requires-Dist: invenio-db[postgresql,versioning] <2.0.0,>=1.0.14 ; extra == 'postgresql'
Provides-Extra: records
Requires-Dist: invenio-records >=1.3.2 ; extra == 'records'
Requires-Dist: invenio-records-ui >=1.1.0 ; extra == 'records'
Provides-Extra: sqlite
Requires-Dist: invenio-db[versioning] <2.0.0,>=1.0.14 ; extra == 'sqlite'
Provides-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 <2.0.0,>=1.3.4 ; extra == 'tests'
Requires-Dist: pytest-mock >=1.6.0 ; extra == 'tests'
Requires-Dist: Sphinx >=5 ; extra == 'tests'

..
    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 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.


