Metadata-Version: 2.1 Name: jsonschema Version: 4.19.2 Summary: An implementation of JSON Schema validation for Python Project-URL: Documentation, https://python-jsonschema.readthedocs.io/ Project-URL: Homepage, https://github.com/python-jsonschema/jsonschema Project-URL: Issues, https://github.com/python-jsonschema/jsonschema/issues/ Project-URL: Funding, https://github.com/sponsors/Julian Project-URL: Tidelift, https://tidelift.com/subscription/pkg/pypi-jsonschema?utm_source=pypi-jsonschema&utm_medium=referral&utm_campaign=pypi-link Project-URL: Changelog, https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst Project-URL: Source, https://github.com/python-jsonschema/jsonschema Author: Julian Berman Author-email: Julian+jsonschema@GrayVines.com License: MIT License-File: COPYING Keywords: data validation,json,jsonschema,validation Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Topic :: File Formats :: JSON Classifier: Topic :: File Formats :: JSON :: JSON Schema Requires-Python: >=3.8 Requires-Dist: attrs>=22.2.0 Requires-Dist: importlib-resources>=1.4.0; python_version < '3.9' Requires-Dist: jsonschema-specifications>=2023.03.6 Requires-Dist: pkgutil-resolve-name>=1.3.10; python_version < '3.9' Requires-Dist: referencing>=0.28.4 Requires-Dist: rpds-py>=0.7.1 Provides-Extra: format Requires-Dist: fqdn; extra == 'format' Requires-Dist: idna; extra == 'format' Requires-Dist: isoduration; extra == 'format' Requires-Dist: jsonpointer>1.13; extra == 'format' Requires-Dist: rfc3339-validator; extra == 'format' Requires-Dist: rfc3987; extra == 'format' Requires-Dist: uri-template; extra == 'format' Requires-Dist: webcolors>=1.11; extra == 'format' Provides-Extra: format-nongpl Requires-Dist: fqdn; extra == 'format-nongpl' Requires-Dist: idna; extra == 'format-nongpl' Requires-Dist: isoduration; extra == 'format-nongpl' Requires-Dist: jsonpointer>1.13; extra == 'format-nongpl' Requires-Dist: rfc3339-validator; extra == 'format-nongpl' Requires-Dist: rfc3986-validator>0.1.0; extra == 'format-nongpl' Requires-Dist: uri-template; extra == 'format-nongpl' Requires-Dist: webcolors>=1.11; extra == 'format-nongpl'