jsonschema: Python implementation of JSON Schema#

Description#

jsonschema is an implementation of JSON Schema for Python

License#

MIT License

Upstream Contact#

Home page: http://github.com/Julian/jsonschema

Type#

standard

Dependencies#

Version Information#

package-version.txt:

4.17.3

install-requires.txt:

jsonschema >=3.2.0

Equivalent System Packages#

$ sudo pacman -S python-jsonschema
$ conda install jsonschema
$ sudo apt-get install python3-jsonschema
$ sudo yum install python-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.