.gitignore
.gitmodules
.pre-commit-config.yaml
CHANGELOG.rst
LICENSE
Makefile
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/ci.yaml
docs/Makefile
docs/changelog.rst
docs/cli-reference.rst
docs/conf.py
docs/index.rst
docs/dev/development.rst
docs/dev/release.rst
docs/template-guide/index.rst
docs/template-guide/templatekit-jinja-extensions.rst
docs/template-guide/templating-yaml-files.rst
docs/template-guide/workflow.rst
src/templatekit/__init__.py
src/templatekit/builder.py
src/templatekit/configschema.yaml
src/templatekit/filerender.py
src/templatekit/jinjaext.py
src/templatekit/repo.py
src/templatekit/textutils.py
src/templatekit.egg-info/PKG-INFO
src/templatekit.egg-info/SOURCES.txt
src/templatekit.egg-info/dependency_links.txt
src/templatekit.egg-info/entry_points.txt
src/templatekit.egg-info/not-zip-safe
src/templatekit.egg-info/requires.txt
src/templatekit.egg-info/top_level.txt
src/templatekit/scripts/__init__.py
src/templatekit/scripts/check.py
src/templatekit/scripts/listtemplates.py
src/templatekit/scripts/main.py
src/templatekit/scripts/make.py
tests/conftest.py
tests/test_base_template.py
tests/test_file_template.py
tests/test_filerender.py
tests/test_jinjaext.py
tests/test_repo.py
tests/test_repo_templateconfig.py
tests/test_textutils.py
tests/data/config/implicitselect/cookiecutter.json
tests/data/config/implicitselect/templatekit.yaml
tests/data/config/preset/cookiecutter.json
tests/data/config/preset/templatekit.yaml
tests/data/config/preset_groups/cookiecutter.json
tests/data/config/preset_groups/templatekit.yaml