Metadata-Version: 2.1
Name: subconfig
Version: 0.0.1
Summary: Configuration of Python Applications
Project-URL: Homepage, https://github.com/pya/subconfig
Project-URL: Bug Tracker, https://github.com/pya/subconfig/issues
Author-email: Mike Müller <mmueller@python-academy.de>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Provides-Extra: build
Requires-Dist: build; extra == 'build'
Requires-Dist: hatch; extra == 'build'
Requires-Dist: twine; extra == 'build'
Provides-Extra: tests
Requires-Dist: coverage; extra == 'tests'
Requires-Dist: pytest; extra == 'tests'
Description-Content-Type: text/markdown

# SubConfig

Hierarchical Configuration of Python Applications
