acederberg / pydantic-settings-yaml

A convenient tool for loading pydantic settings from either YAML and JSON.
MIT License
5 stars 3 forks source link

Feature/naming and configdict #9

Closed acederberg closed 1 year ago

acederberg commented 1 year ago

Fixed up ugly naming before release of v2. In particular

Added YamlSettingsConfigDict extend SettingsConfigDict and provide type hints. This can be used in place of __yaml_settings__.