CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
cookie_composer/__init__.py
cookie_composer/cc_overrides.py
cookie_composer/cli.py
cookie_composer/composition.py
cookie_composer/data_merge.py
cookie_composer/exceptions.py
cookie_composer/git_commands.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/create.py
cookie_composer/merge_files/__init__.py
cookie_composer/merge_files/json_file.py
cookie_composer/merge_files/yaml_file.py
requirements/dev.in
requirements/dev.txt
requirements/docs.in
requirements/docs.txt
requirements/prod.in
requirements/prod.txt
requirements/test.in
requirements/test.txt
tests/__init__.py
tests/conftest.py
tests/test_cc_overrides.py
tests/test_composition.py
tests/test_git_commands.py
tests/test_layers.py
tests/test_merge_files_helpers.py
tests/test_merge_files_json_file.py
tests/test_merge_files_yaml_file.py
tests/test_utils.py
tests/fixtures/empty.yaml
tests/fixtures/existing.json
tests/fixtures/existing.yaml
tests/fixtures/gibberish.txt
tests/fixtures/multi-template.yaml
tests/fixtures/new.json
tests/fixtures/new.yaml
tests/fixtures/rendered_composition.yaml
tests/fixtures/single-template.yaml
tests/fixtures/rendered1/context.json
tests/fixtures/rendered1/rendered-composition.yaml
tests/fixtures/rendered1/testproject/README.md
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/{{cookiecutter.repo_name}}/README.md
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}}/requirements.txt
tests/test_commands/__init__.py
tests/test_commands/test_add.py
tests/test_commands/test_create.py