LICENSE
MANIFEST.in
README.md
VERSION
setup.cfg
setup.py
src/scaraplate/__init__.py
src/scaraplate/__main__.py
src/scaraplate/compat.py
src/scaraplate/config.py
src/scaraplate/cookiecutter.py
src/scaraplate/fields.py
src/scaraplate/gitremotes.py
src/scaraplate/py.typed
src/scaraplate/rollup.py
src/scaraplate/strategies.py
src/scaraplate/template.py
src/scaraplate.egg-info/PKG-INFO
src/scaraplate.egg-info/SOURCES.txt
src/scaraplate.egg-info/dependency_links.txt
src/scaraplate.egg-info/entry_points.txt
src/scaraplate.egg-info/requires.txt
src/scaraplate.egg-info/top_level.txt
src/scaraplate/automation/__init__.py
src/scaraplate/automation/base.py
src/scaraplate/automation/git.py
src/scaraplate/automation/gitlab.py
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_config.py
tests/test_cookecutter.py
tests/test_gitremotes.py
tests/test_metadata.py
tests/test_rollup.py
tests/test_template.py
tests/automation/__init__.py
tests/automation/conftest.py
tests/automation/test_git.py
tests/automation/test_git_wrapper.py
tests/automation/test_gitlab.py
tests/strategies/__init__.py
tests/strategies/conftest.py
tests/strategies/test_config_parser_merge.yml
tests/strategies/test_config_parser_merge_pylintrc.yml
tests/strategies/test_detect_newline.py
tests/strategies/test_if_missing.yml
tests/strategies/test_no_extra_keys_schema.yml
tests/strategies/test_overwrite.yml
tests/strategies/test_rendered_template_file_hash.yml
tests/strategies/test_setupcfg_merge.yml
tests/strategies/test_sorted_unique_lines.yml
tests/strategies/test_template_hash.yml