jsonschema: Implementation of JSON Schema validation for Python¶
Description¶
Implementation of JSON Schema validation for Python
License¶
MIT
Upstream Contact¶
Type¶
standard
Dependencies¶
Version Information¶
package-version.txt:
4.22.0
version_requirements.txt:
jsonschema
Equivalent System Packages¶
$ sudo pacman -S python-jsonschema
$ conda install jsonschema
$ sudo apt-get install python3-jsonschema
$ sudo dnf install python3-jsonschema
$ sudo emerge dev-python/jsonschema
$ sudo port install py-jsonschema
$ sudo zypper install python3\$\{PYTHON_MINOR\}-jsonschema
$ sudo xbps-install python3-jsonschema
# See https://repology.org/project/python:jsonschema/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.