Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pydantic/pydantic-settings
Settings management using pydantic
https://github.com/pydantic/pydantic-settings
configuration environment pydantic python settings
Last synced: 7 days ago
JSON representation
Settings management using pydantic
- Host: GitHub
- URL: https://github.com/pydantic/pydantic-settings
- Owner: pydantic
- License: mit
- Created: 2022-09-07T10:41:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T18:40:29.000Z (9 months ago)
- Last Synced: 2024-05-14T18:41:38.427Z (9 months ago)
- Topics: configuration, environment, pydantic, python, settings
- Language: Python
- Homepage: https://docs.pydantic.dev/latest/usage/pydantic_settings/
- Size: 194 KB
- Stars: 459
- Watchers: 8
- Forks: 43
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# pydantic-settings
[![CI](https://github.com/pydantic/pydantic-settings/workflows/CI/badge.svg?event=push)](https://github.com/pydantic/pydantic-settings/actions?query=event%3Apush+branch%3Amain+workflow%3ACI)
[![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, 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.