.flake8
.gitignore
.pre-commit-config.yaml
.python-version
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.cfg
app_skellington/__init__.py
app_skellington/_bootstrap.py
app_skellington/_util.py
app_skellington/_version.py
app_skellington/app_container.py
app_skellington/cfg.py
app_skellington/cli.py
app_skellington/log.py
app_skellington/version.py
app_skellington.egg-info/PKG-INFO
app_skellington.egg-info/SOURCES.txt
app_skellington.egg-info/dependency_links.txt
app_skellington.egg-info/requires.txt
app_skellington.egg-info/top_level.txt
tests/README.md
tests/__init__.py
tests/pytest.ini
tests/test_cli.py
tests/test_log.py
tests/cfg/__init__.py
tests/cfg/sample_config.ini
tests/cfg/sample_config.spec
tests/cfg/sample_config_full.ini
tests/cfg/sample_config_full.spec
tests/cfg/sample_config_invalid.spec
tests/cfg/test_cfg.py