METADATA 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. Metadata-Version: 2.3
  2. Name: jsonschema-specifications
  3. Version: 2024.10.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-File: COPYING
  13. Keywords: data validation,json,json schema,jsonschema,validation
  14. Classifier: Development Status :: 5 - Production/Stable
  15. Classifier: Intended Audience :: Developers
  16. Classifier: License :: OSI Approved :: MIT License
  17. Classifier: Operating System :: OS Independent
  18. Classifier: Programming Language :: Python
  19. Classifier: Programming Language :: Python :: 3.8
  20. Classifier: Programming Language :: Python :: 3.9
  21. Classifier: Programming Language :: Python :: 3.10
  22. Classifier: Programming Language :: Python :: 3.11
  23. Classifier: Programming Language :: Python :: 3.12
  24. Classifier: Programming Language :: Python :: 3.13
  25. Classifier: Programming Language :: Python :: Implementation :: CPython
  26. Classifier: Programming Language :: Python :: Implementation :: PyPy
  27. Classifier: Topic :: File Formats :: JSON
  28. Classifier: Topic :: File Formats :: JSON :: JSON Schema
  29. Requires-Python: >=3.9
  30. Requires-Dist: referencing>=0.31.0
  31. Description-Content-Type: text/x-rst
  32. =============================
  33. ``jsonschema-specifications``
  34. =============================
  35. |PyPI| |Pythons| |CI| |ReadTheDocs|
  36. 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>`_.
  37. .. |PyPI| image:: https://img.shields.io/pypi/v/jsonschema-specifications.svg
  38. :alt: PyPI version
  39. :target: https://pypi.org/project/jsonschema-specifications/
  40. .. |Pythons| image:: https://img.shields.io/pypi/pyversions/jsonschema-specifications.svg
  41. :alt: Supported Python versions
  42. :target: https://pypi.org/project/jsonschema-specifications/
  43. .. |CI| image:: https://github.com/python-jsonschema/jsonschema-specifications/workflows/CI/badge.svg
  44. :alt: Build status
  45. :target: https://github.com/python-jsonschema/jsonschema-specifications/actions?query=workflow%3ACI
  46. .. |ReadTheDocs| image:: https://readthedocs.org/projects/jsonschema-specifications/badge/?version=stable&style=flat
  47. :alt: ReadTheDocs status
  48. :target: https://jsonschema-specifications.readthedocs.io/en/stable/