MANIFEST.in
README.md
setup.py
surround/__init__.py
surround/assembler.py
surround/cli.py
surround/config.py
surround/defaults.yaml
surround/linter.py
surround/project.py
surround/run_modes.py
surround/runners.py
surround/split_data.py
surround/stage.py
surround/state.py
surround/surround.py
surround/util.py
surround.egg-info/PKG-INFO
surround.egg-info/SOURCES.txt
surround.egg-info/dependency_links.txt
surround.egg-info/entry_points.txt
surround.egg-info/not-zip-safe
surround.egg-info/requires.txt
surround.egg-info/top_level.txt
surround/checkers/__init__.py
surround/checkers/surround_checker.py
surround/configuration/cli.py
surround/data/__init__.py
surround/data/container.py
surround/data/linter.py
surround/data/metadata.py
surround/data/util.py
surround/data/cli/__init__.py
surround/data/cli/cli.py
surround/data/cli/create.py
surround/data/cli/inspect.py
surround/data/cli/lint.py
surround/experiment/__init__.py
surround/experiment/drivers.py
surround/experiment/experiment_reader.py
surround/experiment/experiment_writer.py
surround/experiment/file_storage_driver.py
surround/experiment/gcloud_storage_driver.py
surround/experiment/log_stream_handler.py
surround/experiment/storage_driver.py
surround/experiment/util.py
surround/experiment/web/__init__.py
surround/experiment/web/cli.py
surround/experiment/web/delete.py
surround/experiment/web/download.py
surround/experiment/web/edit_notes.py
surround/experiment/web/experiment_app.py
surround/experiment/web/experiment_explorer.html
surround/experiment/web/experiment_explorer.js
surround/experiment/web/experiment_explorer.py
surround/experiment/web/favicon.ico
surround/experiment/web/getter_experiment.py
surround/experiment/web/menu.html
surround/experiment/web/project_explorer.html
surround/experiment/web/project_explorer.py
surround/experiment/web/results.py
surround/experiment/web/view_logs.html
surround/experiment/web/view_logs.py
surround/remote/__init__.py
surround/remote/base.py
surround/remote/cli.py
surround/remote/local.py
surround/split/cli.py
surround/split/split_data.py
surround/visualise/cli.py
surround/visualise/visualise_classifier.py
surround/visualise/visualise_classifier_template.html.txt
templates/new/.gitignore.txt
templates/new/Dockerfile.txt
templates/new/README.md.txt
templates/new/assembler_state.py.txt
templates/new/baseline.py.txt
templates/new/batch_main.py.txt
templates/new/config.yaml.txt
templates/new/dodo.py.txt
templates/new/example.ipynb.txt
templates/new/file_system_runner.py.txt
templates/new/init.py.txt
templates/new/input_validator.py.txt
templates/new/report_generator.py.txt
templates/new/results.html.txt
templates/new/stages_init.py.txt
templates/new/web_dodo.py.txt
templates/new/web_main.py.txt
templates/new/web_runner.py.txt