Metadata-Version: 2.1
Name: invenio-pidrelations
Version: 0.1.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 (>=1.2.0)
Requires-Dist: invenio-pidstore (>=1.0.0)
Requires-Dist: marshmallow (<4.0.0,>=3.3.0)
Provides-Extra: all
Requires-Dist: Sphinx (>=3) ; extra == 'all'
Requires-Dist: pytest-invenio (<2.0.0,>=1.4.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 (>=3) ; extra == 'docs'
Provides-Extra: elasticsearch6
Requires-Dist: invenio-search[elasticsearch6] (<1.4.0,>=1.3.1) ; extra == 'elasticsearch6'
Provides-Extra: elasticsearch7
Requires-Dist: invenio-search[elasticsearch7] (<1.4.0,>=1.3.1) ; 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.4) ; extra == 'mysql'
Provides-Extra: postgresql
Requires-Dist: invenio-db[postgresql,versioning] (<2.0.0,>=1.0.4) ; 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.4) ; extra == 'sqlite'
Provides-Extra: tests
Requires-Dist: pytest-invenio (<2.0.0,>=1.4.0) ; 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.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.


