API refactor
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-07 16:25:52 +09:00
parent 76d0d86211
commit 91c7e04474
1171 changed files with 81940 additions and 44117 deletions

View File

@@ -0,0 +1,63 @@
Metadata-Version: 2.4
Name: pydantic-settings
Version: 2.11.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.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: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
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,49 @@
pydantic_settings-2.11.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
pydantic_settings-2.11.0.dist-info/METADATA,sha256=PDGByqQ8O-pOIP1ulD_GA9MtU82OhPvAx_XwBZo2z8M,3393
pydantic_settings-2.11.0.dist-info/RECORD,,
pydantic_settings-2.11.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
pydantic_settings-2.11.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
pydantic_settings-2.11.0.dist-info/licenses/LICENSE,sha256=6zVadT4CA0bTPYO_l2kTW4n8YQVorFMaAcKVvO5_2Zg,1103
pydantic_settings/__init__.py,sha256=IUkO5TkUu6eYgRJhA1piTw4jp6-CBhV7kam0rEh1Flo,1563
pydantic_settings/__pycache__/__init__.cpython-312.pyc,,
pydantic_settings/__pycache__/exceptions.cpython-312.pyc,,
pydantic_settings/__pycache__/main.cpython-312.pyc,,
pydantic_settings/__pycache__/utils.cpython-312.pyc,,
pydantic_settings/__pycache__/version.cpython-312.pyc,,
pydantic_settings/exceptions.py,sha256=SHLrIBHeFltPMc8abiQxw-MGqEadlYI-VdLELiZtWPU,97
pydantic_settings/main.py,sha256=KR_ut942bw5hQLqA1aAGE7niHLHUr-Ca-gOK6ZNmL1k,32156
pydantic_settings/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
pydantic_settings/sources/__init__.py,sha256=Ti1bRZb0r7IxkO-wJWKy-qEpeBUFKYRpa3A1AQodOyk,2052
pydantic_settings/sources/__pycache__/__init__.cpython-312.pyc,,
pydantic_settings/sources/__pycache__/base.cpython-312.pyc,,
pydantic_settings/sources/__pycache__/types.cpython-312.pyc,,
pydantic_settings/sources/__pycache__/utils.cpython-312.pyc,,
pydantic_settings/sources/base.py,sha256=N8DOFzKuNPdzVFt22gcSHqs_GHUqCc8AfTRZuWVfl84,20921
pydantic_settings/sources/providers/__init__.py,sha256=jBTurqBXeJvMfTl2lvHr2iDVDOvHfO-8PVNJiKt7MBk,1205
pydantic_settings/sources/providers/__pycache__/__init__.cpython-312.pyc,,
pydantic_settings/sources/providers/__pycache__/aws.cpython-312.pyc,,
pydantic_settings/sources/providers/__pycache__/azure.cpython-312.pyc,,
pydantic_settings/sources/providers/__pycache__/cli.cpython-312.pyc,,
pydantic_settings/sources/providers/__pycache__/dotenv.cpython-312.pyc,,
pydantic_settings/sources/providers/__pycache__/env.cpython-312.pyc,,
pydantic_settings/sources/providers/__pycache__/gcp.cpython-312.pyc,,
pydantic_settings/sources/providers/__pycache__/json.cpython-312.pyc,,
pydantic_settings/sources/providers/__pycache__/pyproject.cpython-312.pyc,,
pydantic_settings/sources/providers/__pycache__/secrets.cpython-312.pyc,,
pydantic_settings/sources/providers/__pycache__/toml.cpython-312.pyc,,
pydantic_settings/sources/providers/__pycache__/yaml.cpython-312.pyc,,
pydantic_settings/sources/providers/aws.py,sha256=y-GXXP-dQ9kewMWpPQ9sHYFZ2KfrO0vMNYqVtiF1ysg,2549
pydantic_settings/sources/providers/azure.py,sha256=X_u5hYjysUTM7B0iPlEdY0nRfEw7AOPU_ALjixNS57Q,5004
pydantic_settings/sources/providers/cli.py,sha256=c4hb980ZLMlvqgQaEpkNaMBQTRT153jNpSrsMu6cQb4,61842
pydantic_settings/sources/providers/dotenv.py,sha256=X4fkql4sEyaEaK9WV1xUpxRAiJhMFvgj4DMODdUV_bA,5956
pydantic_settings/sources/providers/env.py,sha256=E2q9YHjFrFUWAid2VpY3678PDSuIDQc_47iWcz_ojQ4,10717
pydantic_settings/sources/providers/gcp.py,sha256=3bFh75aZp6mmn12VihQycND-5CLgnYWg6HBfNvIV26U,5644
pydantic_settings/sources/providers/json.py,sha256=k0hWDu0fNLrI5z3zWTGtlKyR0xx-2pOPu-oWjwqmVXo,1436
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=8TT7eJvOam2-B2M2TYS-z4XTIyckBmbluw96ayVnWHc,1513
pydantic_settings/sources/utils.py,sha256=0fQ2yDBzxqrmvwHLeSu5ASfdHkbRviCFsqQADfSqk40,7601
pydantic_settings/utils.py,sha256=SkOfKGo0omDB4REfg31XSO8yVmpzCQgeIcdg-qqcSrk,1382
pydantic_settings/version.py,sha256=pneluWHKumnFZTuxtZZ1nYFMF9LFmg5igdk6rGxXKhU,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.