.cookiecutter.json
.cruft.json
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
README.rst
noxfile.py
pyproject.toml
setup.cfg
.github/dependabot.yml
.github/workflows/release.yml
.github/workflows/tests.yml
src/dvc_objects/__init__.py
src/dvc_objects/_tqdm.py
src/dvc_objects/db.py
src/dvc_objects/errors.py
src/dvc_objects/executors.py
src/dvc_objects/obj.py
src/dvc_objects/py.typed
src/dvc_objects/transfer.py
src/dvc_objects.egg-info/PKG-INFO
src/dvc_objects.egg-info/SOURCES.txt
src/dvc_objects.egg-info/dependency_links.txt
src/dvc_objects.egg-info/not-zip-safe
src/dvc_objects.egg-info/requires.txt
src/dvc_objects.egg-info/top_level.txt
src/dvc_objects/fs/__init__.py
src/dvc_objects/fs/base.py
src/dvc_objects/fs/callbacks.py
src/dvc_objects/fs/errors.py
src/dvc_objects/fs/generic.py
src/dvc_objects/fs/path.py
src/dvc_objects/fs/scheme.py
src/dvc_objects/fs/system.py
src/dvc_objects/fs/utils.py
src/dvc_objects/fs/implementations/__init__.py
src/dvc_objects/fs/implementations/_memory.py
src/dvc_objects/fs/implementations/azure.py
src/dvc_objects/fs/implementations/gdrive.py
src/dvc_objects/fs/implementations/gs.py
src/dvc_objects/fs/implementations/hdfs.py
src/dvc_objects/fs/implementations/http.py
src/dvc_objects/fs/implementations/https.py
src/dvc_objects/fs/implementations/local.py
src/dvc_objects/fs/implementations/memory.py
src/dvc_objects/fs/implementations/oss.py
src/dvc_objects/fs/implementations/s3.py
src/dvc_objects/fs/implementations/ssh.py
src/dvc_objects/fs/implementations/webdav.py
src/dvc_objects/fs/implementations/webhdfs.py
tests/__init__.py
tests/conftest.py
tests/test_dvc_objects.py
tests/test_odb.py
tests/test_transfer.py
tests/fs/__init__.py
tests/fs/test_callbacks.py
tests/fs/test_localfs.py
tests/fs/test_memfs.py
tests/fs/test_strip_unstrip.py
tests/fs/test_system.py
tests/fs/test_utils.py