.cruft.json
.gitattributes
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
README.rst
mkdocs.yml
pyproject.toml
renovate.json
setup.cfg
.github/dependabot.yml
.github/workflows/docs.yml
.github/workflows/leaked-secrets-scan.yaml
.github/workflows/pre-commit.yml
.github/workflows/release.yml
.github/workflows/tests.yml
.github/workflows/update-template.yaml
.vscode/settings.json
docs/gen_ref_pages.py
docs/index.md
docs/assets/logo.svg
src/dvc_studio_client/__init__.py
src/dvc_studio_client/config.py
src/dvc_studio_client/env.py
src/dvc_studio_client/model_registry.py
src/dvc_studio_client/post_live_metrics.py
src/dvc_studio_client/py.typed
src/dvc_studio_client/schema.py
src/dvc_studio_client.egg-info/PKG-INFO
src/dvc_studio_client.egg-info/SOURCES.txt
src/dvc_studio_client.egg-info/dependency_links.txt
src/dvc_studio_client.egg-info/not-zip-safe
src/dvc_studio_client.egg-info/requires.txt
src/dvc_studio_client.egg-info/top_level.txt
tests/__init__.py
tests/test_config.py
tests/test_model_registry.py
tests/test_post_live_metrics.py