METADATA 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. Metadata-Version: 2.4
  2. Name: referencing
  3. Version: 0.36.2
  4. Summary: JSON Referencing + Python
  5. Project-URL: Documentation, https://referencing.readthedocs.io/
  6. Project-URL: Homepage, https://github.com/python-jsonschema/referencing
  7. Project-URL: Issues, https://github.com/python-jsonschema/referencing/issues/
  8. Project-URL: Funding, https://github.com/sponsors/Julian
  9. Project-URL: Tidelift, https://tidelift.com/subscription/pkg/pypi-referencing?utm_source=pypi-referencing&utm_medium=referral&utm_campaign=pypi-link
  10. Project-URL: Changelog, https://referencing.readthedocs.io/en/stable/changes/
  11. Project-URL: Source, https://github.com/python-jsonschema/referencing
  12. Author-email: Julian Berman <Julian+referencing@GrayVines.com>
  13. License-Expression: MIT
  14. License-File: COPYING
  15. Keywords: asyncapi,json,jsonschema,openapi,referencing
  16. Classifier: Development Status :: 3 - Alpha
  17. Classifier: Intended Audience :: Developers
  18. Classifier: Operating System :: OS Independent
  19. Classifier: Programming Language :: Python
  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: attrs>=22.2.0
  31. Requires-Dist: rpds-py>=0.7.0
  32. Requires-Dist: typing-extensions>=4.4.0; python_version < '3.13'
  33. Description-Content-Type: text/x-rst
  34. ===============
  35. ``referencing``
  36. ===============
  37. |PyPI| |Pythons| |CI| |ReadTheDocs| |pre-commit|
  38. .. |PyPI| image:: https://img.shields.io/pypi/v/referencing.svg
  39. :alt: PyPI version
  40. :target: https://pypi.org/project/referencing/
  41. .. |Pythons| image:: https://img.shields.io/pypi/pyversions/referencing.svg
  42. :alt: Supported Python versions
  43. :target: https://pypi.org/project/referencing/
  44. .. |CI| image:: https://github.com/python-jsonschema/referencing/workflows/CI/badge.svg
  45. :alt: Build status
  46. :target: https://github.com/python-jsonschema/referencing/actions?query=workflow%3ACI
  47. .. |ReadTheDocs| image:: https://readthedocs.org/projects/referencing/badge/?version=stable&style=flat
  48. :alt: ReadTheDocs status
  49. :target: https://referencing.readthedocs.io/en/stable/
  50. .. |pre-commit| image:: https://results.pre-commit.ci/badge/github/python-jsonschema/referencing/main.svg
  51. :alt: pre-commit.ci status
  52. :target: https://results.pre-commit.ci/latest/github/python-jsonschema/referencing/main
  53. An implementation-agnostic implementation of JSON reference resolution.
  54. See `the documentation <https://referencing.readthedocs.io/>`_ for more details.