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#
conda:
$ conda install jsonschema
macports: install the following packages: py-jsonschema
opensuse:
$ sudo zypper install python3-jsonschema
void:
$ sudo xbps-install python3-jsonschema
See https://repology.org/project/python:jsonschema/versions
However, these system packages will not be used for building Sage because using Python site-packages is not supported by the Sage distribution; see trac ticket #29023