CHANGELOG.rst
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/make.bat
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/img/whisk_logo.png
tests/conftest.py
tests/test_creation.py
tests/test_whisk.py
whisk/__init__.py
whisk/dvc.py
whisk/git.py
whisk/model_stub.py
whisk/project.py
whisk/whisk.py
whisk.egg-info/PKG-INFO
whisk.egg-info/SOURCES.txt
whisk.egg-info/dependency_links.txt
whisk.egg-info/entry_points.txt
whisk.egg-info/not-zip-safe
whisk.egg-info/requires.txt
whisk.egg-info/top_level.txt
whisk/cli/__init__.py
whisk/cli/cli.py
whisk/cli/whisk_multi_command.py
whisk/cli/commands/__init__.py
whisk/cli/commands/create.py
whisk/cli/commands/project/__init__.py
whisk/cli/commands/project/app.py
whisk/cli/commands/project/dvc.py
whisk/cli/commands/project/notebook.py
whisk/cli/commands/project/package.py
whisk/cli/commands/project/s3.py
whisk/cli/commands/project/setup.py
whisk/template/LICENSE
whisk/template/cookiecutter.json
whisk/template/hooks/post_gen_project.py
whisk/template/{{ cookiecutter.repo_name }}/.envrc.example
whisk/template/{{ cookiecutter.repo_name }}/.gitignore
whisk/template/{{ cookiecutter.repo_name }}/.slugignore
whisk/template/{{ cookiecutter.repo_name }}/MANIFEST.in
whisk/template/{{ cookiecutter.repo_name }}/README.md
whisk/template/{{ cookiecutter.repo_name }}/requirements.txt
whisk/template/{{ cookiecutter.repo_name }}/setup.py
whisk/template/{{ cookiecutter.repo_name }}/tox.ini
whisk/template/{{ cookiecutter.repo_name }}/.whisk/config.yml
whisk/template/{{ cookiecutter.repo_name }}/app/Procfile
whisk/template/{{ cookiecutter.repo_name }}/app/Procfile.dev
whisk/template/{{ cookiecutter.repo_name }}/app/README.md
whisk/template/{{ cookiecutter.repo_name }}/app/main.py
whisk/template/{{ cookiecutter.repo_name }}/app/test_app.py
whisk/template/{{ cookiecutter.repo_name }}/data/external/.gitkeep
whisk/template/{{ cookiecutter.repo_name }}/data/interim/.gitkeep
whisk/template/{{ cookiecutter.repo_name }}/data/processed/.gitkeep
whisk/template/{{ cookiecutter.repo_name }}/data/raw/.gitkeep
whisk/template/{{ cookiecutter.repo_name }}/docs/Makefile
whisk/template/{{ cookiecutter.repo_name }}/docs/commands.rst
whisk/template/{{ cookiecutter.repo_name }}/docs/conf.py
whisk/template/{{ cookiecutter.repo_name }}/docs/getting-started.rst
whisk/template/{{ cookiecutter.repo_name }}/docs/index.rst
whisk/template/{{ cookiecutter.repo_name }}/docs/make.bat
whisk/template/{{ cookiecutter.repo_name }}/notebooks/.gitkeep
whisk/template/{{ cookiecutter.repo_name }}/notebooks/getting_started.ipynb
whisk/template/{{ cookiecutter.repo_name }}/references/.gitkeep
whisk/template/{{ cookiecutter.repo_name }}/reports/.gitkeep
whisk/template/{{ cookiecutter.repo_name }}/reports/figures/.gitkeep
whisk/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.repo_name }}/__init__.py
whisk/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.repo_name }}/artifacts/.gitkeep
whisk/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.repo_name }}/artifacts/model.pkl
whisk/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.repo_name }}/cli/__init__.py
whisk/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.repo_name }}/cli/main.py
whisk/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.repo_name }}/data/.gitkeep
whisk/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.repo_name }}/data/__init__.py
whisk/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.repo_name }}/data/extract.py
whisk/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.repo_name }}/data/make_dataset.py
whisk/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.repo_name }}/features/.gitkeep
whisk/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.repo_name }}/features/__init__.py
whisk/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.repo_name }}/features/build_features.py
whisk/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.repo_name }}/models/.gitkeep
whisk/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.repo_name }}/models/__init__.py
whisk/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.repo_name }}/models/model.py
whisk/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.repo_name }}/visualization/.gitkeep
whisk/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.repo_name }}/visualization/__init__.py
whisk/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.repo_name }}/visualization/visualize.py
whisk/template/{{ cookiecutter.repo_name }}/tests/test_cli.py
whisk/template/{{ cookiecutter.repo_name }}/tests/test_model.py
whisk/template/{{ cookiecutter.repo_name }}/whisk_commands/app.py