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,63 @@
Metadata-Version: 2.4
Name: pydantic-settings
Version: 2.12.0
Summary: Settings management using Pydantic
Project-URL: Homepage, https://github.com/pydantic/pydantic-settings
Project-URL: Funding, https://github.com/sponsors/samuelcolvin
Project-URL: Source, https://github.com/pydantic/pydantic-settings
Project-URL: Changelog, https://github.com/pydantic/pydantic-settings/releases
Project-URL: Documentation, https://docs.pydantic.dev/dev-v2/concepts/pydantic_settings/
Author-email: Samuel Colvin <s@muelcolvin.com>, Eric Jolibois <em.jolibois@gmail.com>, Hasan Ramezani <hasan.r67@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Framework :: Pydantic
Classifier: Framework :: Pydantic :: 2
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: pydantic>=2.7.0
Requires-Dist: python-dotenv>=0.21.0
Requires-Dist: typing-inspection>=0.4.0
Provides-Extra: aws-secrets-manager
Requires-Dist: boto3-stubs[secretsmanager]; extra == 'aws-secrets-manager'
Requires-Dist: boto3>=1.35.0; extra == 'aws-secrets-manager'
Provides-Extra: azure-key-vault
Requires-Dist: azure-identity>=1.16.0; extra == 'azure-key-vault'
Requires-Dist: azure-keyvault-secrets>=4.8.0; extra == 'azure-key-vault'
Provides-Extra: gcp-secret-manager
Requires-Dist: google-cloud-secret-manager>=2.23.1; extra == 'gcp-secret-manager'
Provides-Extra: toml
Requires-Dist: tomli>=2.0.1; extra == 'toml'
Provides-Extra: yaml
Requires-Dist: pyyaml>=6.0.1; extra == 'yaml'
Description-Content-Type: text/markdown
# pydantic-settings
[![CI](https://github.com/pydantic/pydantic-settings/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/pydantic/pydantic-settings/actions/workflows/ci.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/pydantic/pydantic-settings/branch/main/graph/badge.svg)](https://codecov.io/gh/pydantic/pydantic-settings)
[![pypi](https://img.shields.io/pypi/v/pydantic-settings.svg)](https://pypi.python.org/pypi/pydantic-settings)
[![license](https://img.shields.io/github/license/pydantic/pydantic-settings.svg)](https://github.com/pydantic/pydantic-settings/blob/main/LICENSE)
[![downloads](https://static.pepy.tech/badge/pydantic-settings/month)](https://pepy.tech/project/pydantic-settings)
[![versions](https://img.shields.io/pypi/pyversions/pydantic-settings.svg)](https://github.com/pydantic/pydantic-settings)
Settings management using Pydantic.
See [documentation](https://docs.pydantic.dev/latest/concepts/pydantic_settings/) for more details.

View File

@@ -0,0 +1,50 @@
pydantic_settings-2.12.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
pydantic_settings-2.12.0.dist-info/METADATA,sha256=ZwA7n37dcacBKfB6O9UKO8GQndB-KiwNnPjDiEVfa5g,3395
pydantic_settings-2.12.0.dist-info/RECORD,,
pydantic_settings-2.12.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
pydantic_settings-2.12.0.dist-info/licenses/LICENSE,sha256=6zVadT4CA0bTPYO_l2kTW4n8YQVorFMaAcKVvO5_2Zg,1103
pydantic_settings/__init__.py,sha256=bQEKG1eYCAoonAdGnFAGFQ_cLCI2zktBN4r-5Q7cWWo,1631
pydantic_settings/__pycache__/__init__.cpython-313.pyc,,
pydantic_settings/__pycache__/exceptions.cpython-313.pyc,,
pydantic_settings/__pycache__/main.cpython-313.pyc,,
pydantic_settings/__pycache__/utils.cpython-313.pyc,,
pydantic_settings/__pycache__/version.cpython-313.pyc,,
pydantic_settings/exceptions.py,sha256=SHLrIBHeFltPMc8abiQxw-MGqEadlYI-VdLELiZtWPU,97
pydantic_settings/main.py,sha256=Q797RSMLnH9lKIj6KrCjdUuISO7pDBWk5HSV3utOmqY,33800
pydantic_settings/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
pydantic_settings/sources/__init__.py,sha256=DygxTx9U023ZcP6bHQUruZATcoQ_GfdwciAxLeKzWso,2153
pydantic_settings/sources/__pycache__/__init__.cpython-313.pyc,,
pydantic_settings/sources/__pycache__/base.cpython-313.pyc,,
pydantic_settings/sources/__pycache__/types.cpython-313.pyc,,
pydantic_settings/sources/__pycache__/utils.cpython-313.pyc,,
pydantic_settings/sources/base.py,sha256=q0yhgT056eWo_oi3gclum0XrYclfk9tPYmPOwAQiNtE,21985
pydantic_settings/sources/providers/__init__.py,sha256=jBTurqBXeJvMfTl2lvHr2iDVDOvHfO-8PVNJiKt7MBk,1205
pydantic_settings/sources/providers/__pycache__/__init__.cpython-313.pyc,,
pydantic_settings/sources/providers/__pycache__/aws.cpython-313.pyc,,
pydantic_settings/sources/providers/__pycache__/azure.cpython-313.pyc,,
pydantic_settings/sources/providers/__pycache__/cli.cpython-313.pyc,,
pydantic_settings/sources/providers/__pycache__/dotenv.cpython-313.pyc,,
pydantic_settings/sources/providers/__pycache__/env.cpython-313.pyc,,
pydantic_settings/sources/providers/__pycache__/gcp.cpython-313.pyc,,
pydantic_settings/sources/providers/__pycache__/json.cpython-313.pyc,,
pydantic_settings/sources/providers/__pycache__/nested_secrets.cpython-313.pyc,,
pydantic_settings/sources/providers/__pycache__/pyproject.cpython-313.pyc,,
pydantic_settings/sources/providers/__pycache__/secrets.cpython-313.pyc,,
pydantic_settings/sources/providers/__pycache__/toml.cpython-313.pyc,,
pydantic_settings/sources/providers/__pycache__/yaml.cpython-313.pyc,,
pydantic_settings/sources/providers/aws.py,sha256=dVHN1B1K1nzZGsnN6-YlFltnJFfyEil7w8Ywk3ro5po,2536
pydantic_settings/sources/providers/azure.py,sha256=n1FCkokGe6wjJ3mIxbc64wUwa-njmmjDEgQkhRgN0Vo,4988
pydantic_settings/sources/providers/cli.py,sha256=-2g9YUbK_kUjvDnhVwShJKosoxrQHFFXqIca8l-wM2Q,63290
pydantic_settings/sources/providers/dotenv.py,sha256=X4fkql4sEyaEaK9WV1xUpxRAiJhMFvgj4DMODdUV_bA,5956
pydantic_settings/sources/providers/env.py,sha256=m-CBaTaqDlKwvF5NqOeKXgCgFh_VROrGCGbLXVBVs3E,11758
pydantic_settings/sources/providers/gcp.py,sha256=joyWpUJ8DKcwbp0StRJDiGCp28vS4qjABH0OfkhBpck,5628
pydantic_settings/sources/providers/json.py,sha256=k0hWDu0fNLrI5z3zWTGtlKyR0xx-2pOPu-oWjwqmVXo,1436
pydantic_settings/sources/providers/nested_secrets.py,sha256=9vpesWyl4fssfbcalPqjjoiCr1hvi1ikexFwH2UqgPo,6622
pydantic_settings/sources/providers/pyproject.py,sha256=zSQsV3-jtZhiLm3YlrlYoE2__tZBazp0KjQyKLNyLr0,2052
pydantic_settings/sources/providers/secrets.py,sha256=JLMIj3VVwp86foGTP8fb6zWddmYpELBu95Ldzobnsw8,4303
pydantic_settings/sources/providers/toml.py,sha256=5k9wMJbKrUqXNiCM5G1hYnCOEZNUJJBTAzFw6Pv2K6A,1827
pydantic_settings/sources/providers/yaml.py,sha256=mhjmOkrwLT16AEGNDuYoex2PYHejusn7Y0J4KL6SVbw,2305
pydantic_settings/sources/types.py,sha256=O4AKfQMaHKkKvhf77p-1U2Nar0xfFtLRieTmGwG1bwQ,1478
pydantic_settings/sources/utils.py,sha256=wrta6QxWMzENmly0lKqmgWUaUJnqCcIe2ff0bAiHJEs,7867
pydantic_settings/utils.py,sha256=y2u_eIMdFy_RnvhRfNEcd9WS0fXpEqxfo6MAjHnkZCc,1271
pydantic_settings/version.py,sha256=Vn5aHdUNWxrynfZZQ3eIDG8J73h_WTOAc7pkAbNV9oE,19

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,21 @@
The MIT License (MIT)
Copyright (c) 2022 Samuel Colvin and other contributors
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.