AUTHORS.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/design.md
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/ricecooker.rst
docs/usage.rst
docs/tutorial/README.md
ricecooker/__init__.py
ricecooker/__main__.py
ricecooker/chefs.py
ricecooker/commands.py
ricecooker/config.py
ricecooker/exceptions.py
ricecooker/sushi_bar_client.py
ricecooker.egg-info/PKG-INFO
ricecooker.egg-info/SOURCES.txt
ricecooker.egg-info/dependency_links.txt
ricecooker.egg-info/not-zip-safe
ricecooker.egg-info/requires.txt
ricecooker.egg-info/top_level.txt
ricecooker/classes/__init__.py
ricecooker/classes/files.py
ricecooker/classes/licenses.py
ricecooker/classes/nodes.py
ricecooker/classes/questions.py
ricecooker/managers/__init__.py
ricecooker/managers/progress.py
ricecooker/managers/tree.py
ricecooker/utils/__init__.py
ricecooker/utils/browser.py
ricecooker/utils/caching.py
ricecooker/utils/html.py
ricecooker/utils/tokens.py
ricecooker/utils/zip.py
tests/test_argparse.py
tests/test_data.py
tests/test_exercises.py
tests/test_files.py
tests/test_requests.py
tests/test_tree.py
tests/chefs/fake_chef.py