METADATA 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. Metadata-Version: 2.3
  2. Name: referencing
  3. Version: 0.35.1
  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-File: COPYING
  14. Keywords: asyncapi,json,jsonschema,openapi,referencing
  15. Classifier: Development Status :: 3 - Alpha
  16. Classifier: Intended Audience :: Developers
  17. Classifier: License :: OSI Approved :: MIT License
  18. Classifier: Operating System :: OS Independent
  19. Classifier: Programming Language :: Python
  20. Classifier: Programming Language :: Python :: 3.8
  21. Classifier: Programming Language :: Python :: 3.9
  22. Classifier: Programming Language :: Python :: 3.10
  23. Classifier: Programming Language :: Python :: 3.11
  24. Classifier: Programming Language :: Python :: 3.12
  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.8
  30. Requires-Dist: attrs>=22.2.0
  31. Requires-Dist: rpds-py>=0.7.0
  32. Description-Content-Type: text/x-rst
  33. ===============
  34. ``referencing``
  35. ===============
  36. |PyPI| |Pythons| |CI| |ReadTheDocs| |pre-commit|
  37. .. |PyPI| image:: https://img.shields.io/pypi/v/referencing.svg
  38. :alt: PyPI version
  39. :target: https://pypi.org/project/referencing/
  40. .. |Pythons| image:: https://img.shields.io/pypi/pyversions/referencing.svg
  41. :alt: Supported Python versions
  42. :target: https://pypi.org/project/referencing/
  43. .. |CI| image:: https://github.com/python-jsonschema/referencing/workflows/CI/badge.svg
  44. :alt: Build status
  45. :target: https://github.com/python-jsonschema/referencing/actions?query=workflow%3ACI
  46. .. |ReadTheDocs| image:: https://readthedocs.org/projects/referencing/badge/?version=stable&style=flat
  47. :alt: ReadTheDocs status
  48. :target: https://referencing.readthedocs.io/en/stable/
  49. .. |pre-commit| image:: https://results.pre-commit.ci/badge/github/python-jsonschema/referencing/main.svg
  50. :alt: pre-commit.ci status
  51. :target: https://results.pre-commit.ci/latest/github/python-jsonschema/referencing/main
  52. An implementation-agnostic implementation of JSON reference resolution.
  53. See `the documentation <https://referencing.readthedocs.io/>`_ for more details.