METADATA 2.9 KB

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