CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
cookie_composer/__init__.py
cookie_composer/authentication.py
cookie_composer/cc_overrides.py
cookie_composer/cli.py
cookie_composer/composition.py
cookie_composer/data_merge.py
cookie_composer/diff.py
cookie_composer/exceptions.py
cookie_composer/git_commands.py
cookie_composer/io.py
cookie_composer/layers.py
cookie_composer/matching.py
cookie_composer/utils.py
cookie_composer.egg-info/PKG-INFO
cookie_composer.egg-info/SOURCES.txt
cookie_composer.egg-info/dependency_links.txt
cookie_composer.egg-info/entry_points.txt
cookie_composer.egg-info/not-zip-safe
cookie_composer.egg-info/requires.txt
cookie_composer.egg-info/top_level.txt
cookie_composer/commands/__init__.py
cookie_composer/commands/add.py
cookie_composer/commands/authn.py
cookie_composer/commands/create.py
cookie_composer/commands/link.py
cookie_composer/commands/update.py
cookie_composer/merge_files/__init__.py
cookie_composer/merge_files/ini_file.py
cookie_composer/merge_files/json_file.py
cookie_composer/merge_files/toml_file.py
cookie_composer/merge_files/yaml_file.py
cookie_composer/templates/__init__.py
cookie_composer/templates/git_repo.py
cookie_composer/templates/source.py
cookie_composer/templates/types.py
cookie_composer/templates/zipfile_repo.py
requirements/dev.txt
requirements/docs.txt
requirements/prod.txt
requirements/test.txt
tests/__init__.py
tests/conftest.py
tests/test_authentication.py
tests/test_cc_overrides.py
tests/test_cli.py
tests/test_composition.py
tests/test_diff.py
tests/test_git_commands.py
tests/test_io.py
tests/test_layers.py
tests/test_merge_files_helpers.py
tests/test_merge_files_ini_file.py
tests/test_merge_files_json_file.py
tests/test_merge_files_toml_file.py
tests/test_merge_files_yaml_file.py
tests/test_utils.py
tests/fixtures/bad-zip-file.zip
tests/fixtures/empty.yaml
tests/fixtures/empty.zip
tests/fixtures/existing.ini
tests/fixtures/existing.json
tests/fixtures/existing.toml
tests/fixtures/existing.yaml
tests/fixtures/fake-repo-tmpl.zip
tests/fixtures/gibberish.txt
tests/fixtures/multi-template.yaml
tests/fixtures/new.ini
tests/fixtures/new.json
tests/fixtures/new.toml
tests/fixtures/new.yaml
tests/fixtures/not-a-repo.zip
tests/fixtures/overwritten-context-comp.yaml
tests/fixtures/protected-fake-repo-tmpl.zip
tests/fixtures/relative-multi-template.yaml
tests/fixtures/rendered_composition.yaml
tests/fixtures/single-template.yaml
tests/fixtures/local_extension_template/cookiecutter.json
tests/fixtures/local_extension_template/local_extensions/__init__.py
tests/fixtures/local_extension_template/local_extensions/main.py
tests/fixtures/local_extension_template/{{cookiecutter.project_slug}}/HISTORY.rst
tests/fixtures/rendered1/context.json
tests/fixtures/rendered1/rendered-composition.yaml
tests/fixtures/rendered1/testproject/README.md
tests/fixtures/rendered1/testproject/demo.jinja
tests/fixtures/rendered1/testproject/dontmerge.json
tests/fixtures/rendered1/testproject/merge.yaml
tests/fixtures/rendered1/testproject/requirements.txt
tests/fixtures/rendered2/context.json
tests/fixtures/rendered2/testproject/ABOUT.md
tests/fixtures/rendered2/testproject/dontmerge.json
tests/fixtures/rendered2/testproject/merge.yaml
tests/fixtures/rendered2/testproject/requirements.txt
tests/fixtures/template1/cookiecutter.json
tests/fixtures/template1/newfile.md
tests/fixtures/template1/{{cookiecutter.repo_name}}/README.md
tests/fixtures/template1/{{cookiecutter.repo_name}}/demo.jinja
tests/fixtures/template1/{{cookiecutter.repo_name}}/requirements.txt
tests/fixtures/template2/cookiecutter.json
tests/fixtures/template2/{{cookiecutter.repo_name}}/ABOUT.md
tests/fixtures/template2/{{cookiecutter.repo_name}}/doc.rst
tests/fixtures/template2/{{cookiecutter.repo_name}}/requirements.txt
tests/templates/__init__.py
tests/templates/test_git_repo.py
tests/templates/test_source.py
tests/templates/test_types.py
tests/templates/test_zipfile_repo.py
tests/test_commands/__init__.py
tests/test_commands/test_add.py
tests/test_commands/test_create.py
tests/test_commands/test_link.py
tests/test_commands/test_update.py