..
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 v2.1.0 (released 2025-07-14)
- global: use entry_points wrapper
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/99/88/6d11d8ea9e67bd66dff593ead49b7c87b39c6c91ce693c68fe72e89a6ee2/invenio_jsonschemas-2.1.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 v2.1.0 (released 2025-07-14)\n\n- global: use entry_points wrapper\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.1.0",
"project_urls": {
"Homepage": "https://github.com/inveniosoftware/invenio-jsonschemas"
},
"split_keywords": [
"invenio",
"json",
"schema",
"jsonschema"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "61cfd93bec8f33253004d18d1f0034adec756866eb40900685706b23f2ef8730",
"md5": "4b665864d6529f7e5acaa867c01d6349",
"sha256": "eca99353d7a414bc665b9a99ca594016cc294a6304caea98092f7912a4a8b0c7"
},
"downloads": -1,
"filename": "invenio_jsonschemas-2.1.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "4b665864d6529f7e5acaa867c01d6349",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.7",
"size": 16636,
"upload_time": "2025-07-14T19:38:49",
"upload_time_iso_8601": "2025-07-14T19:38:49.854066Z",
"url": "https://files.pythonhosted.org/packages/61/cf/d93bec8f33253004d18d1f0034adec756866eb40900685706b23f2ef8730/invenio_jsonschemas-2.1.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "99886d11d8ea9e67bd66dff593ead49b7c87b39c6c91ce693c68fe72e89a6ee2",
"md5": "63c534541dc1571380f29b66dd82fc25",
"sha256": "98712916a35bd6f998a3b1585a7b39e42f61d11a749149d55672918774fa1bd2"
},
"downloads": -1,
"filename": "invenio_jsonschemas-2.1.0.tar.gz",
"has_sig": false,
"md5_digest": "63c534541dc1571380f29b66dd82fc25",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 28830,
"upload_time": "2025-07-14T19:38:50",
"upload_time_iso_8601": "2025-07-14T19:38:50.862027Z",
"url": "https://files.pythonhosted.org/packages/99/88/6d11d8ea9e67bd66dff593ead49b7c87b39c6c91ce693c68fe72e89a6ee2/invenio_jsonschemas-2.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-14 19:38:50",
"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"
}