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/daemonization.md
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.rst
docs/usage.rst
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