LICENSE
README.md
pyproject.toml
setup.py
allconf/__init__.py
allconf/quickloader.py
allconf.egg-info/PKG-INFO
allconf.egg-info/SOURCES.txt
allconf.egg-info/dependency_links.txt
allconf.egg-info/entry_points.txt
allconf.egg-info/requires.txt
allconf.egg-info/top_level.txt
allconf/cli/__init__.py
allconf/cli/render/__init__.py
allconf/cli/render/main.py
allconf/cli/stubber/__init__.py
allconf/cli/stubber/main.py
allconf/loaders/__init__.py
allconf/loaders/autoloader.py
allconf/loaders/base.py
allconf/loaders/interface.py
allconf/loaders/jsonfile.py
allconf/loaders/yamlfile.py
allconf/renderers/__init__.py
allconf/renderers/static/__init__.py
allconf/renderers/static/_simple.py
allconf/renderers/static/interface.py
allconf/structs/__init__.py
allconf/structs/_base.py
allconf/structs/baseconfig.py
allconf/structs/cfgstub.py
allconf/structs/errors.py
allconf/structs/singletonconfig.py
allconf/stubber/__init__.py
allconf/stubber/stubmaker/__init__.py
allconf/stubber/stubmaker/_simple.py
allconf/stubber/stubmaker/_structs.py
allconf/stubber/stubmaker/interface.py
allconf/utils/__init__.py
allconf/utils/kwfields.py