.gitignore
.travis.yml
LICENSE-2.0.txt
README.rst
pyproject.toml
setup.cfg
setup.py
sherlockml/__init__.py
sherlockml/config.py
sherlockml/filesystem.py
sherlockml.egg-info/PKG-INFO
sherlockml.egg-info/SOURCES.txt
sherlockml.egg-info/dependency_links.txt
sherlockml.egg-info/requires.txt
sherlockml.egg-info/top_level.txt
sherlockml/clients/__init__.py
sherlockml/clients/account.py
sherlockml/clients/auth.py
sherlockml/clients/base.py
sherlockml/clients/cluster.py
sherlockml/clients/job.py
sherlockml/clients/log.py
sherlockml/clients/project.py
sherlockml/clients/secret.py
sherlockml/clients/server.py
sherlockml/clients/user.py
sherlockml/clients/workspace.py
sherlockml/datasets/__init__.py
sherlockml/datasets/path.py
sherlockml/datasets/session.py
tests/__init__.py
tests/test_config.py
tests/test_init.py
tests/clients/__init__.py
tests/clients/fixtures.py
tests/clients/test_account.py
tests/clients/test_auth.py
tests/clients/test_base.py
tests/clients/test_cluster.py
tests/clients/test_init.py
tests/clients/test_job.py
tests/clients/test_log.py
tests/clients/test_project.py
tests/clients/test_secret.py
tests/clients/test_server.py
tests/clients/test_user.py
tests/clients/test_workspace.py
tests/datasets/__init__.py
tests/datasets/fixtures.py
tests/datasets/test_datasets.py
tests/datasets/test_paths.py