AUTHORS
ChangeLog
Pipfile
README.md
requirements.txt
setup.cfg
setup.py
tox.ini
.github/workflows/main.yaml
.github/workflows/pr-test.yaml
.github/workflows/pypi-publish.yaml
template_configurator/__init__.py
template_configurator/configure.py
template_configurator.egg-info/PKG-INFO
template_configurator.egg-info/SOURCES.txt
template_configurator.egg-info/dependency_links.txt
template_configurator.egg-info/entry_points.txt
template_configurator.egg-info/not-zip-safe
template_configurator.egg-info/pbr.json
template_configurator.egg-info/requires.txt
template_configurator.egg-info/top_level.txt
template_configurator/templates/.gitignore
template_configurator/templates/Makefile
template_configurator/templates/Pipfile
template_configurator/templates/README.md
template_configurator/templates/mkdocs.yml
template_configurator/templates/requirements.txt
template_configurator/templates/setup.cfg
template_configurator/templates/setup.py
template_configurator/templates/tox.ini
template_configurator/templates/.github/workflows/main.yaml
template_configurator/templates/.github/workflows/pypi-publish.yaml
template_configurator/templates/make-venv/Pipfile
template_configurator/templates/make-venv/README.md
template_configurator/templates/model/docs/credits.md
template_configurator/templates/model/docs/home.md
template_configurator/templates/model/schema/sample_model.yaml
template_configurator/templates/tests/__init__.py
template_configurator/templates/tests/test_input_against_model.py
template_configurator/templates/tests/input/CONFIG.yaml
template_configurator/templates/tests/input/README.md
tests/__init__.py
tests/test_cli.py
tests/expected/help
tests/expected/output/.gitignore
tests/expected/output/Makefile
tests/expected/output/Pipfile
tests/expected/output/README.md
tests/expected/output/mkdocs.yml
tests/expected/output/requirements.txt
tests/expected/output/setup.cfg
tests/expected/output/setup.py
tests/expected/output/tox.ini
tests/expected/output/.github/workflows/main.yaml
tests/expected/output/.github/workflows/pypi-publish.yaml
tests/expected/output/make-venv/Pipfile
tests/expected/output/make-venv/README.md
tests/expected/output/model/docs/credits.md
tests/expected/output/model/docs/home.md
tests/expected/output/model/schema/sample_model.yaml
tests/expected/output/tests/__init__.py
tests/expected/output/tests/test_input_against_model.py
tests/expected/output/tests/input/CONFIG.yaml
tests/expected/output/tests/input/README.md
tests/test_config/CONFIG.yaml