CHANGES.md
INSTALL
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
bin/marvin
marvin_python_toolbox/VERSION
marvin_python_toolbox/__init__.py
marvin_python_toolbox/_compatibility.py
marvin_python_toolbox/_logging.py
marvin_python_toolbox/config.py
marvin_python_toolbox/decorators.py
marvin_python_toolbox/loader.py
marvin_python_toolbox/manage.py
marvin_python_toolbox.egg-info/PKG-INFO
marvin_python_toolbox.egg-info/SOURCES.txt
marvin_python_toolbox.egg-info/dependency_links.txt
marvin_python_toolbox.egg-info/not-zip-safe
marvin_python_toolbox.egg-info/requires.txt
marvin_python_toolbox.egg-info/top_level.txt
marvin_python_toolbox/common/__init__.py
marvin_python_toolbox/common/config.py
marvin_python_toolbox/common/data.py
marvin_python_toolbox/common/data_source_provider.py
marvin_python_toolbox/common/exceptions.py
marvin_python_toolbox/common/http_client.py
marvin_python_toolbox/common/profiling.py
marvin_python_toolbox/common/utils.py
marvin_python_toolbox/engine_base/__init__.py
marvin_python_toolbox/engine_base/engine_base_action.py
marvin_python_toolbox/engine_base/engine_base_data_handler.py
marvin_python_toolbox/engine_base/engine_base_prediction.py
marvin_python_toolbox/engine_base/engine_base_training.py
marvin_python_toolbox/engine_base/stubs/__init__.py
marvin_python_toolbox/engine_base/stubs/actions_pb2.py
marvin_python_toolbox/engine_base/stubs/actions_pb2_grpc.py
marvin_python_toolbox/extras/marvin_bash_completion
marvin_python_toolbox/extras/notebook_extensions/jupyter_notebook_config.py
marvin_python_toolbox/extras/notebook_extensions/main.js
marvin_python_toolbox/management/__init__.py
marvin_python_toolbox/management/engine.py
marvin_python_toolbox/management/hive.py
marvin_python_toolbox/management/notebook.py
marvin_python_toolbox/management/pkg.py
marvin_python_toolbox/management/test.py
notebooks/count-db-tables-rows.ipynb
notebooks/spark_data_source_test.ipynb
tests/conftest.py
tests/test_loader.py
tests/common/test_config.py
tests/common/test_data.py
tests/common/test_data_source_provider.py
tests/common/test_http_client.py
tests/common/test_profiling.py
tests/common/test_utils.py
tests/engine_base/test_engine_base_action.py
tests/engine_base/test_engine_base_data_handler.py
tests/engine_base/test_engine_base_prediction.py
tests/engine_base/test_engine_base_training.py
tests/fixtures/config.sample
tests/management/test_engine.py
tests/management/test_notebook.py
tests/management/test_pkg.py