jcrist / msgspec

A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML
https://jcristharif.com/msgspec/
BSD 3-Clause "New" or "Revised" License
2.01k stars 59 forks source link

Settings Management #706

Open stewit opened 6 days ago

stewit commented 6 days ago

Question

Pydantic can be used for "settings management" (see https://docs.pydantic.dev/latest/concepts/pydantic_settings/) which means parsing/validating from environment variables and .env files.

Are you planning to support such a feature, possibly as an option, since it may require python-dotenv dependency?

Are you interested in a PR for this?