Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

64 linhas
3.3 KiB

  1. Metadata-Version: 2.4
  2. Name: pydantic-settings
  3. Version: 2.10.1
  4. Summary: Settings management using Pydantic
  5. Project-URL: Homepage, https://github.com/pydantic/pydantic-settings
  6. Project-URL: Funding, https://github.com/sponsors/samuelcolvin
  7. Project-URL: Source, https://github.com/pydantic/pydantic-settings
  8. Project-URL: Changelog, https://github.com/pydantic/pydantic-settings/releases
  9. Project-URL: Documentation, https://docs.pydantic.dev/dev-v2/concepts/pydantic_settings/
  10. Author-email: Samuel Colvin <s@muelcolvin.com>, Eric Jolibois <em.jolibois@gmail.com>, Hasan Ramezani <hasan.r67@gmail.com>
  11. License-Expression: MIT
  12. License-File: LICENSE
  13. Classifier: Development Status :: 5 - Production/Stable
  14. Classifier: Environment :: Console
  15. Classifier: Environment :: MacOS X
  16. Classifier: Framework :: Pydantic
  17. Classifier: Framework :: Pydantic :: 2
  18. Classifier: Intended Audience :: Developers
  19. Classifier: Intended Audience :: Information Technology
  20. Classifier: Intended Audience :: System Administrators
  21. Classifier: License :: OSI Approved :: MIT License
  22. Classifier: Operating System :: POSIX :: Linux
  23. Classifier: Operating System :: Unix
  24. Classifier: Programming Language :: Python
  25. Classifier: Programming Language :: Python :: 3
  26. Classifier: Programming Language :: Python :: 3 :: Only
  27. Classifier: Programming Language :: Python :: 3.9
  28. Classifier: Programming Language :: Python :: 3.10
  29. Classifier: Programming Language :: Python :: 3.11
  30. Classifier: Programming Language :: Python :: 3.12
  31. Classifier: Programming Language :: Python :: 3.13
  32. Classifier: Topic :: Internet
  33. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  34. Requires-Python: >=3.9
  35. Requires-Dist: pydantic>=2.7.0
  36. Requires-Dist: python-dotenv>=0.21.0
  37. Requires-Dist: typing-inspection>=0.4.0
  38. Provides-Extra: aws-secrets-manager
  39. Requires-Dist: boto3-stubs[secretsmanager]; extra == 'aws-secrets-manager'
  40. Requires-Dist: boto3>=1.35.0; extra == 'aws-secrets-manager'
  41. Provides-Extra: azure-key-vault
  42. Requires-Dist: azure-identity>=1.16.0; extra == 'azure-key-vault'
  43. Requires-Dist: azure-keyvault-secrets>=4.8.0; extra == 'azure-key-vault'
  44. Provides-Extra: gcp-secret-manager
  45. Requires-Dist: google-cloud-secret-manager>=2.23.1; extra == 'gcp-secret-manager'
  46. Provides-Extra: toml
  47. Requires-Dist: tomli>=2.0.1; extra == 'toml'
  48. Provides-Extra: yaml
  49. Requires-Dist: pyyaml>=6.0.1; extra == 'yaml'
  50. Description-Content-Type: text/markdown
  51. # pydantic-settings
  52. [![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)
  53. [![Coverage](https://codecov.io/gh/pydantic/pydantic-settings/branch/main/graph/badge.svg)](https://codecov.io/gh/pydantic/pydantic-settings)
  54. [![pypi](https://img.shields.io/pypi/v/pydantic-settings.svg)](https://pypi.python.org/pypi/pydantic-settings)
  55. [![license](https://img.shields.io/github/license/pydantic/pydantic-settings.svg)](https://github.com/pydantic/pydantic-settings/blob/main/LICENSE)
  56. [![downloads](https://static.pepy.tech/badge/pydantic-settings/month)](https://pepy.tech/project/pydantic-settings)
  57. [![versions](https://img.shields.io/pypi/pyversions/pydantic-settings.svg)](https://github.com/pydantic/pydantic-settings)
  58. Settings management using Pydantic.
  59. See [documentation](https://docs.pydantic.dev/latest/concepts/pydantic_settings/) for more details.