METADATA 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. Metadata-Version: 2.4
  2. Name: jsonschema-specifications
  3. Version: 2025.9.1
  4. Summary: The JSON Schema meta-schemas and vocabularies, exposed as a Registry
  5. Project-URL: Documentation, https://jsonschema-specifications.readthedocs.io/
  6. Project-URL: Homepage, https://github.com/python-jsonschema/jsonschema-specifications
  7. Project-URL: Issues, https://github.com/python-jsonschema/jsonschema-specifications/issues/
  8. Project-URL: Funding, https://github.com/sponsors/Julian
  9. Project-URL: Tidelift, https://tidelift.com/subscription/pkg/pypi-jsonschema-specifications?utm_source=pypi-jsonschema-specifications&utm_medium=referral&utm_campaign=pypi-link
  10. Project-URL: Source, https://github.com/python-jsonschema/jsonschema-specifications
  11. Author-email: Julian Berman <Julian+jsonschema-specifications@GrayVines.com>
  12. License-Expression: MIT
  13. License-File: COPYING
  14. Keywords: data validation,json,json schema,jsonschema,validation
  15. Classifier: Development Status :: 5 - Production/Stable
  16. Classifier: Intended Audience :: Developers
  17. Classifier: Operating System :: OS Independent
  18. Classifier: Programming Language :: Python
  19. Classifier: Programming Language :: Python :: 3.9
  20. Classifier: Programming Language :: Python :: 3.10
  21. Classifier: Programming Language :: Python :: 3.11
  22. Classifier: Programming Language :: Python :: 3.12
  23. Classifier: Programming Language :: Python :: 3.13
  24. Classifier: Programming Language :: Python :: Implementation :: CPython
  25. Classifier: Programming Language :: Python :: Implementation :: PyPy
  26. Classifier: Topic :: File Formats :: JSON
  27. Classifier: Topic :: File Formats :: JSON :: JSON Schema
  28. Requires-Python: >=3.9
  29. Requires-Dist: referencing>=0.31.0
  30. Description-Content-Type: text/x-rst
  31. =============================
  32. ``jsonschema-specifications``
  33. =============================
  34. |PyPI| |Pythons| |CI| |ReadTheDocs|
  35. JSON support files from the `JSON Schema Specifications <https://json-schema.org/specification.html>`_ (metaschemas, vocabularies, etc.), packaged for runtime access from Python as a `referencing-based Schema Registry <https://referencing.readthedocs.io/en/stable/api/#referencing.Registry>`_.
  36. .. |PyPI| image:: https://img.shields.io/pypi/v/jsonschema-specifications.svg
  37. :alt: PyPI version
  38. :target: https://pypi.org/project/jsonschema-specifications/
  39. .. |Pythons| image:: https://img.shields.io/pypi/pyversions/jsonschema-specifications.svg
  40. :alt: Supported Python versions
  41. :target: https://pypi.org/project/jsonschema-specifications/
  42. .. |CI| image:: https://github.com/python-jsonschema/jsonschema-specifications/workflows/CI/badge.svg
  43. :alt: Build status
  44. :target: https://github.com/python-jsonschema/jsonschema-specifications/actions?query=workflow%3ACI
  45. .. |ReadTheDocs| image:: https://readthedocs.org/projects/jsonschema-specifications/badge/?version=stable&style=flat
  46. :alt: ReadTheDocs status
  47. :target: https://jsonschema-specifications.readthedocs.io/en/stable/