.cruft.json
.gitattributes
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
README.rst
noxfile.py
pyproject.toml
setup.cfg
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/workflows/release.yml
.github/workflows/tests.yml
.github/workflows/update-template.yaml
src/dvclive/__init__.py
src/dvclive/catalyst.py
src/dvclive/dvc.py
src/dvclive/env.py
src/dvclive/error.py
src/dvclive/fastai.py
src/dvclive/huggingface.py
src/dvclive/keras.py
src/dvclive/lgbm.py
src/dvclive/lightning.py
src/dvclive/live.py
src/dvclive/report.py
src/dvclive/serialize.py
src/dvclive/studio.py
src/dvclive/utils.py
src/dvclive/xgb.py
src/dvclive.egg-info/PKG-INFO
src/dvclive.egg-info/SOURCES.txt
src/dvclive.egg-info/dependency_links.txt
src/dvclive.egg-info/not-zip-safe
src/dvclive.egg-info/requires.txt
src/dvclive.egg-info/top_level.txt
src/dvclive/plots/__init__.py
src/dvclive/plots/base.py
src/dvclive/plots/image.py
src/dvclive/plots/metric.py
src/dvclive/plots/sklearn.py
src/dvclive/plots/utils.py
tests/__init__.py
tests/conftest.py
tests/test_catalyst.py
tests/test_dvc.py
tests/test_fastai.py
tests/test_huggingface.py
tests/test_keras.py
tests/test_lgbm.py
tests/test_lightning.py
tests/test_main.py
tests/test_report.py
tests/test_studio.py
tests/test_xgboost.py
tests/plots/test_image.py
tests/plots/test_metric.py
tests/plots/test_sklearn.py