LICENSE
README.md
pyproject.toml
cook/__init__.py
cook/build.py
cook/cli.py
cook/configuration.py
cook/cook.py
cook/exception.py
cook/executors.py
cook/main.py
cook/process.py
cook/recipe.py
cook/rsync.py
cook/sync.py
cook/library/__init__.py
cook/library/key.py
cook/library/logger.py
cook/library/selector.py
cook/library/terminal.py
cook/template/__init__.py
cook/template/recipe_template_1.py
cook/template/recipe_template_2.py
cook/template/recipe_template_3.py
cook/template/recipe_template_4.py
cook_builder.egg-info/PKG-INFO
cook_builder.egg-info/SOURCES.txt
cook_builder.egg-info/dependency_links.txt
cook_builder.egg-info/entry_points.txt
cook_builder.egg-info/top_level.txt
test/test_configuration.py
test/test_executors.py
test/test_process.py
test/test_recipe_loader.py
test/test_rsync.py
test/test_sync.py