.gitignore
.mailmap
LICENSE-2.0.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/tests.yaml
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/api-index.rst
docs/source/conf.py
docs/source/index.rst
docs/source/static/faculty.png
docs/source/static/faculty.svg
docs/source/static/style.css
docs/source/templates/autosummary/module.rst
faculty/__init__.py
faculty/_oneofschema.py
faculty/config.py
faculty/context.py
faculty.egg-info/PKG-INFO
faculty.egg-info/SOURCES.txt
faculty.egg-info/dependency_links.txt
faculty.egg-info/requires.txt
faculty.egg-info/top_level.txt
faculty/clients/__init__.py
faculty/clients/account.py
faculty/clients/auth.py
faculty/clients/base.py
faculty/clients/cluster.py
faculty/clients/environment.py
faculty/clients/experiment.py
faculty/clients/job.py
faculty/clients/log.py
faculty/clients/model.py
faculty/clients/object.py
faculty/clients/project.py
faculty/clients/report.py
faculty/clients/secret.py
faculty/clients/server.py
faculty/clients/user.py
faculty/clients/workspace.py
faculty/datasets/__init__.py
faculty/datasets/transfer.py
faculty/datasets/util.py
faculty/session/__init__.py
faculty/session/accesstoken.py
tests/__init__.py
tests/test_config.py
tests/test_context.py
tests/test_init.py
tests/clients/__init__.py
tests/clients/test_account.py
tests/clients/test_auth.py
tests/clients/test_base.py
tests/clients/test_cluster.py
tests/clients/test_environment.py
tests/clients/test_init.py
tests/clients/test_job.py
tests/clients/test_log.py
tests/clients/test_model.py
tests/clients/test_object.py
tests/clients/test_project.py
tests/clients/test_report.py
tests/clients/test_secret.py
tests/clients/test_server.py
tests/clients/test_user.py
tests/clients/test_workspace.py
tests/clients/experiment/__init__.py
tests/clients/experiment/test_client.py
tests/clients/experiment/test_schemas.py
tests/datasets/__init__.py
tests/datasets/test_init.py
tests/datasets/test_transfer.py
tests/session/test_accesstoken.py
tests/session/test_init.py