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: 5 months ago
JSON representation

Settings management using pydantic

Awesome Lists containing this project

README

          

# 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.