AUTHORS.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/Makefile
docs/README.md
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/design.md
docs/exercises.md
docs/files.md
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/nodes.md
docs/parsing_html.md
docs/ricecooker.classes.rst
docs/ricecooker.managers.rst
docs/ricecooker.rst
docs/ricecooker.utils.rst
docs/usage.rst
docs/build/html/_static/ajax-loader.gif
docs/build/html/_static/comment-bright.png
docs/build/html/_static/comment-close.png
docs/build/html/_static/comment.png
docs/build/html/_static/down-pressed.png
docs/build/html/_static/down.png
docs/build/html/_static/file.png
docs/build/html/_static/minus.png
docs/build/html/_static/plus.png
docs/build/html/_static/up-pressed.png
docs/build/html/_static/up.png
docs/tutorial/README.md
docs/tutorial/index.rst
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/jsontrees.py
ricecooker/utils/linecook.py
ricecooker/utils/metadata_provider.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_licenses.py
tests/test_requests.py
tests/test_tree.py
tests/chefs/fake_chef.py