.flake8
.gitignore
.gitmodules
.pre-commit-config.yaml
CHANGELOG.rst
LICENSE
Makefile
README.rst
pyproject.toml
tox.ini
.github/dependabot.yml
.github/workflows/ci.yaml
.github/workflows/dependencies.yaml
.github/workflows/periodic.yaml
docs/Makefile
docs/_rst_epilog.rst
docs/changelog.rst
docs/conf.py
docs/documenteer.toml
docs/index.rst
docs/dev/development.rst
docs/dev/index.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
docs/user-guide/cli-reference.rst
docs/user-guide/index.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/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