confwire¶
A lightweight, Hydra-inspired alternative for instantiating nested Python objects from Python-style config files, with type-validated construction and precise, path-qualified error messages.
confwire gives you two things:
A
Configclass for loading, composing, and manipulating configuration from Python, YAML, or JSON files — with dict-like access, inheritance, variable substitution, and deprecation warnings.A
build_from_configfunction for turning a"type"-tagged config tree into live Python objects.
Start with the tutorial to learn how configs work, then move on to building objects.