Metadata-Version: 2.4
Name: confwire
Version: 0.1.0
Summary: Add your description here
Project-URL: Homepage, https://github.com/sridhurkeshs/confwire
Project-URL: Repository, https://github.com/sridhurkeshs/confwire
Project-URL: Issues, https://github.com/sridhurkeshs/confwire/issues
License: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Requires-Dist: addict>=2.4.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: yapf>=0.43.0
Description-Content-Type: text/markdown

# 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.
