Metadata-Version: 2.1
Name: invenio-pidrelations
Version: 1.0.0a6
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
Description: ..
            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/travis/inveniosoftware/invenio-pidrelations.svg
                :target: https://travis-ci.org/inveniosoftware/invenio-pidrelations
        
        .. 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.
        
            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.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.
        
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Development Status :: 1 - Planning
Provides-Extra: tests
Provides-Extra: postgresql
Provides-Extra: docs
Provides-Extra: all
Provides-Extra: sqlite
Provides-Extra: records
Provides-Extra: indexer
Provides-Extra: mysql
