chore: 添加虚拟环境到仓库

- 添加 backend_service/venv 虚拟环境
- 包含所有Python依赖包
- 注意:虚拟环境约393MB,包含12655个文件
This commit is contained in:
2025-12-03 10:19:25 +08:00
parent a6c2027caa
commit c4f851d387
12655 changed files with 3009376 additions and 0 deletions

View File

@@ -0,0 +1,64 @@
Metadata-Version: 2.4
Name: referencing
Version: 0.37.0
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
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.10
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.

View File

@@ -0,0 +1,33 @@
referencing-0.37.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
referencing-0.37.0.dist-info/METADATA,sha256=yTsA5qsVJP1ghIN2YEwYmhFDdHdkdcJaMdV75Hsp3mo,2845
referencing-0.37.0.dist-info/RECORD,,
referencing-0.37.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
referencing-0.37.0.dist-info/licenses/COPYING,sha256=QtzWNJX4e063x3V6-jebtVpT-Ur9el9lfZrfVyNuUVw,1057
referencing/__init__.py,sha256=5IZKXaAH_FWyCJRkaTn1XcptLfg9cveLb9u5nYUxJKs,207
referencing/__pycache__/__init__.cpython-313.pyc,,
referencing/__pycache__/_attrs.cpython-313.pyc,,
referencing/__pycache__/_core.cpython-313.pyc,,
referencing/__pycache__/exceptions.cpython-313.pyc,,
referencing/__pycache__/jsonschema.cpython-313.pyc,,
referencing/__pycache__/retrieval.cpython-313.pyc,,
referencing/__pycache__/typing.cpython-313.pyc,,
referencing/_attrs.py,sha256=bgT-KMhDVLeGtWxM_SGKYeLaZBFzT2kUVFdAkOcXi8g,791
referencing/_attrs.pyi,sha256=g2wX-aLEqQAvWU-s0qIN2OMGAqjOA0R72R_uSffO8_M,573
referencing/_core.py,sha256=2SPGfaTvzA3sRqbj_4R2wC--fiXolCUVpLFLJJ6zdZ8,24732
referencing/exceptions.py,sha256=zFgaEg6WiKeT58MQuKNsgGDnHszp26c4oReC6sF9gHM,4176
referencing/jsonschema.py,sha256=jXZ6t6x9oTvTHMIC0tRyaFjW5r2qeHObYuu7UhSfK3Q,18615
referencing/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
referencing/retrieval.py,sha256=cn9EeAdaaTbnMDdC4JRIhiEpXDjflRdHCOLFrw1ZhLA,2729
referencing/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
referencing/tests/__pycache__/__init__.cpython-313.pyc,,
referencing/tests/__pycache__/test_core.cpython-313.pyc,,
referencing/tests/__pycache__/test_exceptions.cpython-313.pyc,,
referencing/tests/__pycache__/test_jsonschema.cpython-313.pyc,,
referencing/tests/__pycache__/test_referencing_suite.cpython-313.pyc,,
referencing/tests/__pycache__/test_retrieval.cpython-313.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

View File

@@ -0,0 +1,4 @@
Wheel-Version: 1.0
Generator: hatchling 1.27.0
Root-Is-Purelib: true
Tag: py3-none-any

View File

@@ -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.