| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 | Metadata-Version: 2.4Name: referencingVersion: 0.36.2Summary: JSON Referencing + PythonProject-URL: Documentation, https://referencing.readthedocs.io/Project-URL: Homepage, https://github.com/python-jsonschema/referencingProject-URL: Issues, https://github.com/python-jsonschema/referencing/issues/Project-URL: Funding, https://github.com/sponsors/JulianProject-URL: Tidelift, https://tidelift.com/subscription/pkg/pypi-referencing?utm_source=pypi-referencing&utm_medium=referral&utm_campaign=pypi-linkProject-URL: Changelog, https://referencing.readthedocs.io/en/stable/changes/Project-URL: Source, https://github.com/python-jsonschema/referencingAuthor-email: Julian Berman <Julian+referencing@GrayVines.com>License-Expression: MITLicense-File: COPYINGKeywords: asyncapi,json,jsonschema,openapi,referencingClassifier: Development Status :: 3 - AlphaClassifier: Intended Audience :: DevelopersClassifier: Operating System :: OS IndependentClassifier: Programming Language :: PythonClassifier: Programming Language :: Python :: 3.9Classifier: Programming Language :: Python :: 3.10Classifier: Programming Language :: Python :: 3.11Classifier: Programming Language :: Python :: 3.12Classifier: Programming Language :: Python :: 3.13Classifier: Programming Language :: Python :: Implementation :: CPythonClassifier: Programming Language :: Python :: Implementation :: PyPyClassifier: Topic :: File Formats :: JSONClassifier: Topic :: File Formats :: JSON :: JSON SchemaRequires-Python: >=3.9Requires-Dist: attrs>=22.2.0Requires-Dist: rpds-py>=0.7.0Requires-Dist: typing-extensions>=4.4.0; python_version < '3.13'Description-Content-Type: text/x-rst===============``referencing``===============|PyPI| |Pythons| |CI| |ReadTheDocs| |pre-commit|.. |PyPI| image:: https://img.shields.io/pypi/v/referencing.svg  :alt: PyPI version  :target: https://pypi.org/project/referencing/.. |Pythons| image:: https://img.shields.io/pypi/pyversions/referencing.svg  :alt: Supported Python versions  :target: https://pypi.org/project/referencing/.. |CI| image:: https://github.com/python-jsonschema/referencing/workflows/CI/badge.svg  :alt: Build status  :target: https://github.com/python-jsonschema/referencing/actions?query=workflow%3ACI.. |ReadTheDocs| image:: https://readthedocs.org/projects/referencing/badge/?version=stable&style=flat   :alt: ReadTheDocs status   :target: https://referencing.readthedocs.io/en/stable/.. |pre-commit| image:: https://results.pre-commit.ci/badge/github/python-jsonschema/referencing/main.svg  :alt: pre-commit.ci status  :target: https://results.pre-commit.ci/latest/github/python-jsonschema/referencing/mainAn implementation-agnostic implementation of JSON reference resolution.See `the documentation <https://referencing.readthedocs.io/>`_ for more details.
 |