{ "info": { "author": "CERN", "author_email": "info@inveniosoftware.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "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/travis/inveniosoftware/invenio-pidrelations.svg\n :target: https://travis-ci.org/inveniosoftware/invenio-pidrelations\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..\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\nChanges\n=======\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\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/inveniosoftware/invenio-pidrelations", "keywords": "invenio pidstore persistent identifier relations", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "invenio-pidrelations", "package_url": "https://pypi.org/project/invenio-pidrelations/", "platform": "any", "project_url": "https://pypi.org/project/invenio-pidrelations/", "project_urls": { "Homepage": "https://github.com/inveniosoftware/invenio-pidrelations" }, "release_url": "https://pypi.org/project/invenio-pidrelations/1.0.0a6/", "requires_dist": [ "Flask-BabelEx (>=0.9.3)", "flask-oauthlib (>=0.9.4)", "invenio-pidstore (>=1.0.0)", "invenio-rest[cors] (>=1.0.0)", "marshmallow (>=2.15.2)", "requests-oauthlib (<1.2.0,>=1.1.0)", "oauthlib (<3.0.0,>=2.1.0)", "six (>=1.11)", "urllib3 (<1.25,>=1.21.1)", "idna (<2.8,>=2.5)", "check-manifest (>=0.25) ; extra == 'all'", "coverage (>=4.0) ; extra == 'all'", "isort (>=4.2.2) ; extra == 'all'", "pydocstyle (>=1.0.0) ; extra == 'all'", "pytest-cov (>=1.8.0) ; extra == 'all'", "pytest-pep8 (>=1.0.6) ; extra == 'all'", "pytest (!=3.3.0,>=2.8.0) ; extra == 'all'", "Sphinx (>=1.5.1) ; extra == 'all'", "invenio-indexer (>=1.0.0a9) ; extra == 'all'", "invenio-deposit (>=1.0.0a7) ; extra == 'all'", "invenio-records (>=1.0.0b1) ; extra == 'all'", "invenio-records-ui (>=1.0.0a8) ; extra == 'all'", "invenio-records-rest (>=1.0.0a17) ; extra == 'all'", "invenio-accounts (>=1.0.0b7) ; extra == 'all'", "Flask-WTF (>=0.13.1) ; extra == 'all'", "invenio-oauth2server (>=1.0.0b4) ; extra == 'all'", "invenio-records-files (>=1.0.0a9) ; extra == 'all'", "invenio-files-rest (>=1.0.0a15) ; extra == 'all'", "Sphinx (>=1.5.1) ; extra == 'docs'", "invenio-indexer (>=1.0.0a9) ; extra == 'indexer'", "invenio-db[mysql,versioning] (>=1.0.0) ; extra == 'mysql'", "invenio-db[postgresql,versioning] (>=1.0.0) ; extra == 'postgresql'", "invenio-deposit (>=1.0.0a7) ; extra == 'records'", "invenio-records (>=1.0.0b1) ; extra == 'records'", "invenio-records-ui (>=1.0.0a8) ; extra == 'records'", "invenio-records-rest (>=1.0.0a17) ; extra == 'records'", "invenio-accounts (>=1.0.0b7) ; extra == 'records'", "Flask-WTF (>=0.13.1) ; extra == 'records'", "invenio-oauth2server (>=1.0.0b4) ; extra == 'records'", "invenio-records-files (>=1.0.0a9) ; extra == 'records'", "invenio-files-rest (>=1.0.0a15) ; extra == 'records'", "invenio-db[versioning] (>=1.0.0) ; extra == 'sqlite'", "check-manifest (>=0.25) ; extra == 'tests'", "coverage (>=4.0) ; extra == 'tests'", "isort (>=4.2.2) ; extra == 'tests'", "pydocstyle (>=1.0.0) ; extra == 'tests'", "pytest-cov (>=1.8.0) ; extra == 'tests'", "pytest-pep8 (>=1.0.6) ; extra == 'tests'", "pytest (!=3.3.0,>=2.8.0) ; extra == 'tests'" ], "requires_python": "", "summary": "Invenio module that adds PID relations to the Invenio-PIDStore module.", "version": "1.0.0a6" }, "last_serial": 5634950, "releases": { "1.0.0a1": [ { "comment_text": "", "digests": { "md5": "74268620a352cc6fa9ee6c62343bbbc1", "sha256": "f74afeb6df3a3eb929019b37da06cdc300088c748269f96d0e09b523fce50043" }, "downloads": -1, "filename": "invenio_pidrelations-1.0.0a1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "74268620a352cc6fa9ee6c62343bbbc1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 29912, "upload_time": "2017-05-17T09:06:13", "url": "https://files.pythonhosted.org/packages/18/6e/b854e5d39fd7d40d6c611eaacfc68d645ef233acfc6437557a383380edde/invenio_pidrelations-1.0.0a1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c2a57455065de4205732d677ad9d8ffc", "sha256": "d53e6347c500637c36b316dcfae64386461277f2c4f20a09fd21c8dd5c13b7c4" }, "downloads": -1, "filename": "invenio-pidrelations-1.0.0a1.tar.gz", "has_sig": false, "md5_digest": "c2a57455065de4205732d677ad9d8ffc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38910, "upload_time": "2017-05-17T09:06:15", "url": "https://files.pythonhosted.org/packages/00/dc/d88626528b5ea0cbcd6c523805f2571aff7ae69c55ae8af997642eecb154/invenio-pidrelations-1.0.0a1.tar.gz" } ], "1.0.0a3": [ { "comment_text": "", "digests": { "md5": "38c2cd54a96762f0df0df18e3445ee9d", "sha256": "789708aaf25afbb5de6c61201f17076d3b919b6ec663fe6f6aab2d7d085d6147" }, "downloads": -1, "filename": "invenio_pidrelations-1.0.0a3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "38c2cd54a96762f0df0df18e3445ee9d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 29939, "upload_time": "2017-05-19T07:30:58", "url": "https://files.pythonhosted.org/packages/c4/84/fa29033efd27371c43ee7a9376ec399d05b3ec517fbbd3bb8a1ea2a7bb9b/invenio_pidrelations-1.0.0a3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7ba445491422f94d92950c4f7c599919", "sha256": "df0b11e0f286856284ffd8d37c357c969624fd924a2e125eada4f1f3a4b13da2" }, "downloads": -1, "filename": "invenio-pidrelations-1.0.0a3.tar.gz", "has_sig": false, "md5_digest": "7ba445491422f94d92950c4f7c599919", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40426, "upload_time": "2017-05-19T07:31:00", "url": "https://files.pythonhosted.org/packages/2a/68/f365d9d3189f101899a73421a3e7c5b0015075dd9b1dd49426cab40f51d6/invenio-pidrelations-1.0.0a3.tar.gz" } ], "1.0.0a4": [ { "comment_text": "", "digests": { "md5": "c5a599d86877916ce07334acea519c8f", "sha256": "4c6fa6844c5f9604a39b485c22809a244434dbec580b687bcaff78ee2c5213cb" }, "downloads": -1, "filename": "invenio_pidrelations-1.0.0a4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c5a599d86877916ce07334acea519c8f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 32458, "upload_time": "2017-11-02T09:38:07", "url": "https://files.pythonhosted.org/packages/a0/50/f1d4a4715f8122e1bfde30d96ad7fc3fe153a6785a07518bfeaa4344bc3f/invenio_pidrelations-1.0.0a4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "17361fcf9adfc78051fa523041b6b9a9", "sha256": "7bc3b037e96ec77fb3a7db80daebf2b211e3cba7b5b6a24104e6dbcaad6f716b" }, "downloads": -1, "filename": "invenio-pidrelations-1.0.0a4.tar.gz", "has_sig": false, "md5_digest": "17361fcf9adfc78051fa523041b6b9a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 40228, "upload_time": "2017-11-02T09:38:09", "url": "https://files.pythonhosted.org/packages/ad/0d/0520ff4d510439239893483dc83ef965fa0525db2905a69fc0988e0e66b0/invenio-pidrelations-1.0.0a4.tar.gz" } ], "1.0.0a5": [ { "comment_text": "", "digests": { "md5": "b37d132a341c08cc637927b68f2f2b25", "sha256": "5a3b82f5a4fc19c828e9a625e5485f0ca4f822a3bb18436fb2c7609e83123a98" }, "downloads": -1, "filename": "invenio_pidrelations-1.0.0a5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b37d132a341c08cc637927b68f2f2b25", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 23610, "upload_time": "2019-06-28T10:40:19", "url": "https://files.pythonhosted.org/packages/c1/4b/baa938398c46975b568d7c9e6ae59bfe2872630a544c14b2ff5811226f78/invenio_pidrelations-1.0.0a5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "42515a5601735a1f07efd3f33657d59b", "sha256": "2d4b4d85f726b40f526639ab41f0ac9183110fde38308e0f1ce9b03c1030115c" }, "downloads": -1, "filename": "invenio-pidrelations-1.0.0a5.tar.gz", "has_sig": false, "md5_digest": "42515a5601735a1f07efd3f33657d59b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35472, "upload_time": "2019-06-28T10:40:20", "url": "https://files.pythonhosted.org/packages/72/b8/4276e52da77eed53a1164daa2f2ae4115bf5ebc7ad991acf15f24e52e0d7/invenio-pidrelations-1.0.0a5.tar.gz" } ], "1.0.0a6": [ { "comment_text": "", "digests": { "md5": "6c27a5d3cd16f8cff521a59793cc3afe", "sha256": "ee418407500b5dcc16ab9eb17b853c952a932bf3b12a7c8d6cb9982ffa29a2fc" }, "downloads": -1, "filename": "invenio_pidrelations-1.0.0a6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6c27a5d3cd16f8cff521a59793cc3afe", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 23638, "upload_time": "2019-08-05T15:20:22", "url": "https://files.pythonhosted.org/packages/a1/5d/8f22da54d21f8683501d848e6c9c38eae7392db51461f70066883c9b0b59/invenio_pidrelations-1.0.0a6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7335861ad20c08622ee37967c60f4c8f", "sha256": "fdff9808933805a1bc908d520d150be6d46923e49b4b4bf3961c1d891df74b82" }, "downloads": -1, "filename": "invenio-pidrelations-1.0.0a6.tar.gz", "has_sig": false, "md5_digest": "7335861ad20c08622ee37967c60f4c8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35549, "upload_time": "2019-08-05T15:20:24", "url": "https://files.pythonhosted.org/packages/04/5f/13de801ad2ba513e324bc6b6d4ce8a62e271aa418007dbf71cdca1906f70/invenio-pidrelations-1.0.0a6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6c27a5d3cd16f8cff521a59793cc3afe", "sha256": "ee418407500b5dcc16ab9eb17b853c952a932bf3b12a7c8d6cb9982ffa29a2fc" }, "downloads": -1, "filename": "invenio_pidrelations-1.0.0a6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6c27a5d3cd16f8cff521a59793cc3afe", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 23638, "upload_time": "2019-08-05T15:20:22", "url": "https://files.pythonhosted.org/packages/a1/5d/8f22da54d21f8683501d848e6c9c38eae7392db51461f70066883c9b0b59/invenio_pidrelations-1.0.0a6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7335861ad20c08622ee37967c60f4c8f", "sha256": "fdff9808933805a1bc908d520d150be6d46923e49b4b4bf3961c1d891df74b82" }, "downloads": -1, "filename": "invenio-pidrelations-1.0.0a6.tar.gz", "has_sig": false, "md5_digest": "7335861ad20c08622ee37967c60f4c8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35549, "upload_time": "2019-08-05T15:20:24", "url": "https://files.pythonhosted.org/packages/04/5f/13de801ad2ba513e324bc6b6d4ce8a62e271aa418007dbf71cdca1906f70/invenio-pidrelations-1.0.0a6.tar.gz" } ] }