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.1

install-requires.txt:

jsonschema >=3.2.0

Equivalent System Packages#

arch:

$ sudo pacman -S  python-jsonschema

conda:

$ conda install  jsonschema

Debian/Ubuntu:

$ sudo apt-get install  python3-jsonschema

Fedora/Redhat/CentOS:

$ sudo yum install  python-jsonschema

gentoo:

$ sudo emerge dev-python/jsonschema

macports: install the following packages: py-jsonschema

opensuse:

$ sudo zypper install python3${PYTHON_MINOR}-jsonschema

void:

$ 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.