fastjsonschema: Fastest Python implementation of JSON schema¶
Description¶
Fastest Python implementation of JSON schema
License¶
BSD
Upstream Contact¶
Type¶
standard
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
Version Information¶
package-version.txt:
2.18.0
version_requirements.txt:
fastjsonschema
Equivalent System Packages¶
$ apk add py3-fastjsonschema
$ sudo pacman -S python-fastjsonschema
$ conda install python-fastjsonschema
$ sudo apt-get install python3-fastjsonschema
$ sudo yum install python3-fastjsonschema
$ sudo pkg install devel/py-fastjsonschema
$ sudo emerge dev-python/fastjsonschema
$ sudo port install py-fastjsonschema
$ sudo zypper install python-fastjsonschema
$ sudo xbps-install python3-fastjsonschema
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.