.gitignore
LICENSE
README.md
pyproject.toml
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
extras/docs/mkdocs.yml
extras/docs/src/building.md
extras/docs/src/cli.md
extras/docs/src/config.md
extras/docs/src/index.md
extras/docs/src/plugins.md
extras/docs/src/quickstart.md
extras/docs/src/testing.md
extras/docs/src/vars.md
extras/docs/src/img/favicon.ico
extras/docs/src/img/favicon.png
extras/docs/src/static/scripts.js
extras/docs/src/static/styles.css
extras/examples/directory_plugin_example/README.md
extras/examples/directory_plugin_example/config.yml
extras/examples/directory_plugin_example/run_example.ps1
extras/examples/directory_plugin_example/run_example.sh
extras/examples/directory_plugin_example/plugins/data_plugins.py
extras/examples/directory_plugin_example/plugins/jinja_plugins.py
extras/examples/directory_plugin_example/templates/file_list.txt
extras/examples/directory_plugin_example/vars/vars.yml
extras/examples/python_package_plugin_example/README.md
extras/examples/python_package_plugin_example/run_example.ps1
extras/examples/python_package_plugin_example/run_example.sh
extras/examples/python_package_plugin_example/plugin_package/pyproject.toml
extras/examples/python_package_plugin_example/plugin_package/zenplate_plugin_example/__init__.py
extras/examples/python_package_plugin_example/plugin_package/zenplate_plugin_example/data_plugins.py
extras/examples/python_package_plugin_example/plugin_package/zenplate_plugin_example/jinja_plugins.py
extras/examples/python_package_plugin_example/templates/file_list.txt
extras/examples/python_package_plugin_example/vars/vars.yml
extras/examples/single_file_example/README.md
extras/examples/single_file_example/run_example.ps1
extras/examples/single_file_example/run_example.sh
extras/examples/single_file_example/templates/readme_template.md.j2
extras/examples/single_file_example/vars/vars.yml
extras/examples/tree_example/README.md
extras/examples/tree_example/run_example.ps1
extras/examples/tree_example/run_example.sh
extras/examples/tree_example/test.yml
extras/examples/tree_example/templates/README.md
extras/examples/tree_example/templates/{{ project_stub }}/main.py
extras/examples/tree_example/vars/general_vars.yml
extras/examples/tree_example/vars/specific_vars.yml
extras/scripts/mkdocs.ps1
extras/scripts/mkdocs.sh
extras/scripts/pyinstaller.ps1
extras/scripts/pyinstaller.sh
extras/scripts/pypi.ps1
extras/scripts/pypi.sh
tests/config_fixtures.py
tests/test_builtin_plugins.py
tests/test_config.py
tests/test_output_handler.py
tests/test_plugin_system.py
tests/test_templating.py
tests/test_variables.py
tests/fixtures/configs/from_defaults.yml
tests/fixtures/plugin_module_for_matched_import/pyproject.toml
tests/fixtures/plugin_module_for_matched_import/zenplate_plugin_test/__init__.py
tests/fixtures/plugin_module_for_matched_import/zenplate_plugin_test/data_plugins.py
tests/fixtures/plugin_module_for_matched_import/zenplate_plugin_test/jinja_plugins.py
tests/fixtures/templates/empty_template.html
tests/fixtures/templates/template.html
tests/fixtures/templates/test_default_variables_plugin
tests/fixtures/vars/tree_vars.yml
tests/fixtures/vars/vars.yaml
tests/output/exported_config.yml
zenplate/__init__.py
zenplate/__main__.py
zenplate/cli.py
zenplate/config.py
zenplate/output_handler.py
zenplate/setup_logging.py
zenplate/template_data.py
zenplate/template_manager.py
zenplate/yaml_extras.py
zenplate.egg-info/PKG-INFO
zenplate.egg-info/SOURCES.txt
zenplate.egg-info/dependency_links.txt
zenplate.egg-info/entry_points.txt
zenplate.egg-info/requires.txt
zenplate.egg-info/top_level.txt
zenplate/plugins/__init__.py
zenplate/plugins/base.py
zenplate/plugins/data_plugins.py
zenplate/plugins/jinja_plugins.py
zenplate/plugins/plugin_manager.py
zenplate/plugins/default_plugins/__init__.py
zenplate/plugins/default_plugins/data_plugins.py
zenplate/plugins/default_plugins/jinja_plugins.py