LICENSE.md
MANIFEST.in
README.md
conf.py
setup.py
version.py
_examples/__init__.py
examples/__init__.py
flexlate/__init__.py
flexlate/add_mode.py
flexlate/adder.py
flexlate/bootstrapper.py
flexlate/branch_update.py
flexlate/checker.py
flexlate/cli.py
flexlate/cli_utils.py
flexlate/config.py
flexlate/config_manager.py
flexlate/constants.py
flexlate/error_handler.py
flexlate/exc.py
flexlate/ext_git.py
flexlate/logger.py
flexlate/main.py
flexlate/merger.py
flexlate/path_ops.py
flexlate/pusher.py
flexlate/remover.py
flexlate/styles.py
flexlate/syncer.py
flexlate/template_data.py
flexlate/template_path.py
flexlate/types.py
flexlate/user_config_manager.py
flexlate.egg-info/PKG-INFO
flexlate.egg-info/SOURCES.txt
flexlate.egg-info/dependency_links.txt
flexlate.egg-info/entry_points.txt
flexlate.egg-info/requires.txt
flexlate.egg-info/top_level.txt
flexlate/finder/__init__.py
flexlate/finder/multi.py
flexlate/finder/specific/__init__.py
flexlate/finder/specific/base.py
flexlate/finder/specific/cookiecutter.py
flexlate/finder/specific/copier.py
flexlate/finder/specific/git.py
flexlate/render/__init__.py
flexlate/render/multi.py
flexlate/render/renderable.py
flexlate/render/specific/__init__.py
flexlate/render/specific/base.py
flexlate/render/specific/cookiecutter.py
flexlate/render/specific/copier.py
flexlate/template/__init__.py
flexlate/template/base.py
flexlate/template/cookiecutter.py
flexlate/template/copier.py
flexlate/template/hashing.py
flexlate/template/types.py
flexlate/template_config/__init__.py
flexlate/template_config/base.py
flexlate/template_config/cookiecutter.py
flexlate/template_config/copier.py
flexlate/transactions/__init__.py
flexlate/transactions/transaction.py
flexlate/transactions/undoer.py
flexlate/update/__init__.py
flexlate/update/main.py
flexlate/update/template.py
tests/__init__.py
tests/config.py
tests/conftest.py
tests/confutils.py
tests/dirutils.py
tests/ext_click.py
tests/ext_subprocess.py
tests/fileutils.py
tests/fs_checks.py
tests/gen_configs.py
tests/gitutils.py
tests/test_add.py
tests/test_bootstrapper.py
tests/test_checker.py
tests/test_config.py
tests/test_finder.py
tests/test_merge.py
tests/test_pusher.py
tests/test_remove.py
tests/test_render.py
tests/test_sync.py
tests/test_template_path.py
tests/test_undo.py
tests/test_update.py
tests/test_user_config_manager.py
tests/fixtures/__init__.py
tests/fixtures/add_mode.py
tests/fixtures/cli.py
tests/fixtures/config.py
tests/fixtures/git.py
tests/fixtures/renderable.py
tests/fixtures/repo_path.py
tests/fixtures/subdir_style.py
tests/fixtures/template.py
tests/fixtures/templated_repo.py
tests/fixtures/transaction.py
tests/fixtures/updates.py
tests/integration/__init__.py
tests/integration/cli_stub.py
tests/integration/template_source_checks.py
tests/integration/test_e2e.py
tests/integration/test_main.py
tests/integration/test_update.py
tests/integration/undoables.py
tests/integration/cli/__init__.py
tests/integration/cli/fxt.py
tests/integration/cli/test_check.py
tests/integration/cli/test_update.py
tests/integration/fixtures/__init__.py
tests/integration/fixtures/repo.py
tests/integration/fixtures/template_source.py