Installation

confwire confwire

A lightweight, Hydra-inspired alternative for instantiating nested Python objects from Python-style config files. Load configuration from Python, YAML, or JSON files with dict-like access, inheritance, and build live Python objects.

Requirements

  • Python 3.10 or later

Install from PyPI

pip install confwire

Or, if you use uv:

uv add confwire

Install from source

git clone https://github.com/sri-dhurkesh/confwire.git
cd confwire
uv sync