Building Project Files
هذا الالتزام موجود في:
@@ -0,0 +1 @@
|
||||
pip
|
@@ -0,0 +1,64 @@
|
||||
Metadata-Version: 2.4
|
||||
Name: referencing
|
||||
Version: 0.36.2
|
||||
Summary: JSON Referencing + Python
|
||||
Project-URL: Documentation, https://referencing.readthedocs.io/
|
||||
Project-URL: Homepage, https://github.com/python-jsonschema/referencing
|
||||
Project-URL: Issues, https://github.com/python-jsonschema/referencing/issues/
|
||||
Project-URL: Funding, https://github.com/sponsors/Julian
|
||||
Project-URL: Tidelift, https://tidelift.com/subscription/pkg/pypi-referencing?utm_source=pypi-referencing&utm_medium=referral&utm_campaign=pypi-link
|
||||
Project-URL: Changelog, https://referencing.readthedocs.io/en/stable/changes/
|
||||
Project-URL: Source, https://github.com/python-jsonschema/referencing
|
||||
Author-email: Julian Berman <Julian+referencing@GrayVines.com>
|
||||
License-Expression: MIT
|
||||
License-File: COPYING
|
||||
Keywords: asyncapi,json,jsonschema,openapi,referencing
|
||||
Classifier: Development Status :: 3 - Alpha
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Programming Language :: Python :: 3.9
|
||||
Classifier: Programming Language :: Python :: 3.10
|
||||
Classifier: Programming Language :: Python :: 3.11
|
||||
Classifier: Programming Language :: Python :: 3.12
|
||||
Classifier: Programming Language :: Python :: 3.13
|
||||
Classifier: Programming Language :: Python :: Implementation :: CPython
|
||||
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
||||
Classifier: Topic :: File Formats :: JSON
|
||||
Classifier: Topic :: File Formats :: JSON :: JSON Schema
|
||||
Requires-Python: >=3.9
|
||||
Requires-Dist: attrs>=22.2.0
|
||||
Requires-Dist: rpds-py>=0.7.0
|
||||
Requires-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/main
|
||||
|
||||
|
||||
An implementation-agnostic implementation of JSON reference resolution.
|
||||
|
||||
See `the documentation <https://referencing.readthedocs.io/>`_ for more details.
|
@@ -0,0 +1,33 @@
|
||||
referencing-0.36.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
referencing-0.36.2.dist-info/METADATA,sha256=8eyM93pT0UngPkNw0ZxSgXU8d_JKvDRo0nxhSwW9cgY,2843
|
||||
referencing-0.36.2.dist-info/RECORD,,
|
||||
referencing-0.36.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
||||
referencing-0.36.2.dist-info/licenses/COPYING,sha256=QtzWNJX4e063x3V6-jebtVpT-Ur9el9lfZrfVyNuUVw,1057
|
||||
referencing/__init__.py,sha256=5IZKXaAH_FWyCJRkaTn1XcptLfg9cveLb9u5nYUxJKs,207
|
||||
referencing/__pycache__/__init__.cpython-312.pyc,,
|
||||
referencing/__pycache__/_attrs.cpython-312.pyc,,
|
||||
referencing/__pycache__/_core.cpython-312.pyc,,
|
||||
referencing/__pycache__/exceptions.cpython-312.pyc,,
|
||||
referencing/__pycache__/jsonschema.cpython-312.pyc,,
|
||||
referencing/__pycache__/retrieval.cpython-312.pyc,,
|
||||
referencing/__pycache__/typing.cpython-312.pyc,,
|
||||
referencing/_attrs.py,sha256=bgT-KMhDVLeGtWxM_SGKYeLaZBFzT2kUVFdAkOcXi8g,791
|
||||
referencing/_attrs.pyi,sha256=J6StMUKqixO4H7Eii9-TXNfCOfS8aHm-1ewimOA-8oo,559
|
||||
referencing/_core.py,sha256=0SJfZW68dOrLMaFdhMyuyYzb0Bi9d0BcPjGwijesf9E,24830
|
||||
referencing/exceptions.py,sha256=zFgaEg6WiKeT58MQuKNsgGDnHszp26c4oReC6sF9gHM,4176
|
||||
referencing/jsonschema.py,sha256=jFURIFOnuxtE4doPL1xSDeuQ4OhdxNzSn8MRRbTeVyk,18628
|
||||
referencing/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
referencing/retrieval.py,sha256=QYlOvhiQeDI12XKwezhZ3XOUzqBTFE8b5TpfATamA7I,2697
|
||||
referencing/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
referencing/tests/__pycache__/__init__.cpython-312.pyc,,
|
||||
referencing/tests/__pycache__/test_core.cpython-312.pyc,,
|
||||
referencing/tests/__pycache__/test_exceptions.cpython-312.pyc,,
|
||||
referencing/tests/__pycache__/test_jsonschema.cpython-312.pyc,,
|
||||
referencing/tests/__pycache__/test_referencing_suite.cpython-312.pyc,,
|
||||
referencing/tests/__pycache__/test_retrieval.cpython-312.pyc,,
|
||||
referencing/tests/test_core.py,sha256=eap0CAaI23vjMIbVyEj92qLddp3iHH3AxC55CKUN4LU,37854
|
||||
referencing/tests/test_exceptions.py,sha256=7eOdHyobXMt7-h5AnnH7u8iw2uHPaH7U4Bs9JhLgjWo,934
|
||||
referencing/tests/test_jsonschema.py,sha256=4QnjUWOAMAn5yeA8ZtldJkhI54vwKWJWB0LDzNdx5xc,11687
|
||||
referencing/tests/test_referencing_suite.py,sha256=wD6veMfLsUu0s4MLjm7pS8cg4cIfL7FMBENngk73zCI,2335
|
||||
referencing/tests/test_retrieval.py,sha256=vcbnfA4TqVeqUzW073wO-nLeqVIv0rQZWNWv0z9km48,3719
|
||||
referencing/typing.py,sha256=WjUbnZ6jPAd31cnCFAaeWIVENzyHtHdJyOlelv1GY70,1445
|
@@ -0,0 +1,4 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: hatchling 1.27.0
|
||||
Root-Is-Purelib: true
|
||||
Tag: py3-none-any
|
@@ -0,0 +1,19 @@
|
||||
Copyright (c) 2022 Julian Berman
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
المرجع في مشكلة جديدة
حظر مستخدم