..
This file is part of Invenio.
Copyright (C) 2015-2018 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-JSONSchemas
=====================
.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-jsonschemas.svg
:target: https://github.com/inveniosoftware/invenio-jsonschemas/blob/master/LICENSE
.. image:: https://github.com/inveniosoftware/invenio-jsonschemas/workflows/CI/badge.svg
:target: https://github.com/inveniosoftware/invenio-jsonschemas/actions
.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-jsonschemas.svg
:target: https://coveralls.io/r/inveniosoftware/invenio-jsonschemas
.. image:: https://img.shields.io/pypi/v/invenio-jsonschemas.svg
:target: https://pypi.org/pypi/invenio-jsonschemas
Invenio module for building and serving JSONSchemas.
Further documentation is available on
https://invenio-jsonschemas.readthedocs.io/
..
This file is part of Invenio.
Copyright (C) 2015-2018 CERN.
Copyright (C) 2024 Graz University of Technology.
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 2.0.0 (release 2024-12-05)
- setup: bump major dependencies
Version 1.1.5 (release 2024-11-30)
- fix: SphinxWarning
- global: remove examples directory
- global: remove six usage
- setup: change to reusable workflows
- setup: pin dependencies
- fix extlinks warning of compatibility with version 6
- global: clean test infrastructure
- increase minimal python version to 3.7
- move check_manifest configuration to setup.cfg.
- fix docs compatibilty problem with Sphinx>=5.0.0
- add .git-blame-ignore-revs
- migrate to use black as opinionated auto formater
- migrate setup.py to setup.cfg
Version 1.1.4 (released 2022-02-28)
- Changes from pkg_resources to importlib for entry points iteration.
Version 1.1.3 (released 2021-06-17)
- Fix string interpolation on error messages.
Version 1.1.2 (released 2021-04-06)
- Adds method to build a ref resolver store from the registry with a local
URI scheme (e.g. local://).
Version 1.1.1 (released 2020-12-09)
- Migrates CI to GitHub actions.
- Fixes issue related to nested `allOf` being ignored, and added tests for it.
Version 1.1.0 (released 2020-03-12)
- Removes support for Python 2.7
- Changes Flask dependency to centrally managed by invenio-base
Version 1.0.1 (released 2019-09-04)
- Adds config ``JSONSCHEMAS_SCHEMAS`` to whitelist entrypoint names
Version 1.0.0 (released 2018-03-23)
- Initial public release.
Raw data
{
"_id": null,
"home_page": "https://github.com/inveniosoftware/invenio-jsonschemas",
"name": "invenio-jsonschemas",
"maintainer": null,
"docs_url": "https://pythonhosted.org/invenio-jsonschemas/",
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "invenio json schema jsonschema",
"author": "CERN",
"author_email": "info@inveniosoftware.org",
"download_url": "https://files.pythonhosted.org/packages/bd/98/d43446f93917317be3e04b89cb766e8e0b73601ad6e4db5bbc29e1423d48/invenio_jsonschemas-2.0.0.tar.gz",
"platform": "any",
"description": "..\n This file is part of Invenio.\n Copyright (C) 2015-2018 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 Invenio-JSONSchemas\n=====================\n\n.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-jsonschemas.svg\n :target: https://github.com/inveniosoftware/invenio-jsonschemas/blob/master/LICENSE\n\n.. image:: https://github.com/inveniosoftware/invenio-jsonschemas/workflows/CI/badge.svg\n :target: https://github.com/inveniosoftware/invenio-jsonschemas/actions\n\n.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-jsonschemas.svg\n :target: https://coveralls.io/r/inveniosoftware/invenio-jsonschemas\n\n.. image:: https://img.shields.io/pypi/v/invenio-jsonschemas.svg\n :target: https://pypi.org/pypi/invenio-jsonschemas\n\nInvenio module for building and serving JSONSchemas.\n\nFurther documentation is available on\nhttps://invenio-jsonschemas.readthedocs.io/\n\n..\n This file is part of Invenio.\n Copyright (C) 2015-2018 CERN.\n Copyright (C) 2024 Graz University of Technology.\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\nChanges\n=======\n\nVersion 2.0.0 (release 2024-12-05)\n\n- setup: bump major dependencies\n\nVersion 1.1.5 (release 2024-11-30)\n\n- fix: SphinxWarning\n- global: remove examples directory\n- global: remove six usage\n- setup: change to reusable workflows\n- setup: pin dependencies\n- fix extlinks warning of compatibility with version 6\n- global: clean test infrastructure\n- increase minimal python version to 3.7\n- move check_manifest configuration to setup.cfg.\n- fix docs compatibilty problem with Sphinx>=5.0.0\n- add .git-blame-ignore-revs\n- migrate to use black as opinionated auto formater\n- migrate setup.py to setup.cfg\n\nVersion 1.1.4 (released 2022-02-28)\n\n- Changes from pkg_resources to importlib for entry points iteration.\n\nVersion 1.1.3 (released 2021-06-17)\n\n- Fix string interpolation on error messages.\n\nVersion 1.1.2 (released 2021-04-06)\n\n- Adds method to build a ref resolver store from the registry with a local\n URI scheme (e.g. local://).\n\nVersion 1.1.1 (released 2020-12-09)\n\n- Migrates CI to GitHub actions.\n- Fixes issue related to nested `allOf` being ignored, and added tests for it.\n\nVersion 1.1.0 (released 2020-03-12)\n\n- Removes support for Python 2.7\n- Changes Flask dependency to centrally managed by invenio-base\n\nVersion 1.0.1 (released 2019-09-04)\n\n- Adds config ``JSONSCHEMAS_SCHEMAS`` to whitelist entrypoint names\n\nVersion 1.0.0 (released 2018-03-23)\n\n- Initial public release.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "\"Invenio module for building and serving JSONSchemas.\"",
"version": "2.0.0",
"project_urls": {
"Homepage": "https://github.com/inveniosoftware/invenio-jsonschemas"
},
"split_keywords": [
"invenio",
"json",
"schema",
"jsonschema"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "28c09b03385c1cb85c713dc0c79cf32c0bff80614c654c581287e8aa46f66f79",
"md5": "42951570c9263ae1f0fd27e1be47c985",
"sha256": "6b4faf7958e21f7e3aa9a0c9fd93a971965a1ab8b14a13cde64efcdb8d7a9065"
},
"downloads": -1,
"filename": "invenio_jsonschemas-2.0.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "42951570c9263ae1f0fd27e1be47c985",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.7",
"size": 16570,
"upload_time": "2024-12-06T13:05:57",
"upload_time_iso_8601": "2024-12-06T13:05:57.199398Z",
"url": "https://files.pythonhosted.org/packages/28/c0/9b03385c1cb85c713dc0c79cf32c0bff80614c654c581287e8aa46f66f79/invenio_jsonschemas-2.0.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bd98d43446f93917317be3e04b89cb766e8e0b73601ad6e4db5bbc29e1423d48",
"md5": "9e708f79a70d5212e52cf8e3f44ed2e1",
"sha256": "25fe51ff97110ec52c81f50cead599264cc8c0a7ef67f7bb3fa4ffe81e483ffb"
},
"downloads": -1,
"filename": "invenio_jsonschemas-2.0.0.tar.gz",
"has_sig": false,
"md5_digest": "9e708f79a70d5212e52cf8e3f44ed2e1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 28814,
"upload_time": "2024-12-06T13:05:58",
"upload_time_iso_8601": "2024-12-06T13:05:58.802005Z",
"url": "https://files.pythonhosted.org/packages/bd/98/d43446f93917317be3e04b89cb766e8e0b73601ad6e4db5bbc29e1423d48/invenio_jsonschemas-2.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-06 13:05:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "inveniosoftware",
"github_project": "invenio-jsonschemas",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "invenio-jsonschemas"
}