Introducing skelet: typed settings from multiple sources.
Loads typed Python settings from several sources, validates later changes, and reports errors without exposing secrets.
PUBLICATIONS / TAGGED SIGNALS
skelet: typed settings from multiple sources.Loads typed Python settings from several sources, validates later changes, and reports errors without exposing secrets.
simtypes: lightweight runtime checks for Python type hints.Checks whether a Python value broadly matches a type hint without recursively validating collections or changing the value.