mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
Metadata-Version: 2.3
|
||||
Name: pydantic-settings
|
||||
Version: 2.7.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: MIT
|
||||
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.8
|
||||
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.8
|
||||
Requires-Dist: pydantic>=2.7.0
|
||||
Requires-Dist: python-dotenv>=0.21.0
|
||||
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: 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
|
||||
|
||||
[](https://github.com/pydantic/pydantic-settings/actions?query=event%3Apush+branch%3Amain+workflow%3ACI)
|
||||
[](https://codecov.io/gh/pydantic/pydantic-settings)
|
||||
[](https://pypi.python.org/pypi/pydantic-settings)
|
||||
[](https://github.com/pydantic/pydantic-settings/blob/main/LICENSE)
|
||||
[](https://pepy.tech/project/pydantic-settings)
|
||||
[](https://github.com/pydantic/pydantic-settings)
|
||||
|
||||
Settings management using Pydantic, this is the new official home of Pydantic's `BaseSettings`.
|
||||
|
||||
This package was kindly donated to the [Pydantic organisation](https://github.com/pydantic) by Daniel Daniels, see [pydantic/pydantic#4492](https://github.com/pydantic/pydantic/pull/4492) for discussion.
|
||||
|
||||
For the old "Hipster-orgazmic tool to manage application settings" package, see [version 0.2.5](https://pypi.org/project/pydantic-settings/0.2.5/).
|
||||
|
||||
|
||||
See [documentation](https://docs.pydantic.dev/latest/concepts/pydantic_settings/) for more details.
|
Reference in New Issue
Block a user