Description
Load YAML configuration files in Python applications with a simpler developer experience. It helps projects combine defaults, user settings, and structured configuration without hand-writing all lookup logic.
This is a configuration library, not a settings editor. YAML can be complex and configuration values may include secrets, so applications should validate loaded data and avoid exposing sensitive settings in errors or logs.