.coveragerc
.gitignore
.pre-commit-config.yaml
.pylintrc
LICENSE
README.md
renovate.json
setup.cfg
setup.py
.github/workflows/check-test-release.yml
gto/__init__.py
gto/_version.py
gto/api.py
gto/base.py
gto/cli.py
gto/config.py
gto/constants.py
gto/exceptions.py
gto/ext.py
gto/ext_dvc.py
gto/ext_mlem.py
gto/index.py
gto/log.py
gto/registry.py
gto/tag.py
gto/ui.py
gto/utils.py
gto/versions.py
gto.egg-info/PKG-INFO
gto.egg-info/SOURCES.txt
gto.egg-info/dependency_links.txt
gto.egg-info/entry_points.txt
gto.egg-info/not-zip-safe
gto.egg-info/requires.txt
gto.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_api.py
tests/test_cli.py
tests/test_config.py
tests/test_index.py
tests/test_registry.py
tests/test_showcase.py
tests/test_tag.py
tests/test_versions.py
tests/utils.py