.. _spkg_jsonschema:

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

Dependencies
------------

- Python
- Setuptools
- attrs
- importlib_metadata
- pyrsistent

Type
----

standard


Version Information
-------------------

package-version.txt::

    3.2.0

install-requires.txt::

    jsonschema >=3.2.0


Equivalent System Packages
--------------------------

conda:

.. CODE-BLOCK:: bash

    $ conda install python:jsonschema

macports:
install the following packages: python:jsonschema
opensuse:

.. CODE-BLOCK:: bash

    $ sudo zypper install python: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 https://trac.sagemath.org/ticket/29023

