LICENSE
NOTICE
README.md
pyproject.toml
src/hubdl/__init__.py
src/hubdl/__main__.py
src/hubdl/cli.py
src/hubdl.egg-info/PKG-INFO
src/hubdl.egg-info/SOURCES.txt
src/hubdl.egg-info/dependency_links.txt
src/hubdl.egg-info/entry_points.txt
src/hubdl.egg-info/requires.txt
src/hubdl.egg-info/top_level.txt
src/hubdl/core/__init__.py
src/hubdl/core/atomic.py
src/hubdl/core/cache.py
src/hubdl/core/config.py
src/hubdl/core/download.py
src/hubdl/core/hash_policy.py
src/hubdl/core/httputil.py
src/hubdl/core/lock.py
src/hubdl/core/manifest.py
src/hubdl/core/patterns.py
src/hubdl/core/pipeline.py
src/hubdl/core/plan.py
src/hubdl/core/sandbox.py
src/hubdl/core/verify.py
src/hubdl/hubs/__init__.py
src/hubdl/hubs/base.py
src/hubdl/hubs/huggingface.py
src/hubdl/hubs/modelscope.py
tests/test_atomic.py
tests/test_cache.py
tests/test_cli_config.py
tests/test_cli_extra.py
tests/test_download_extra.py
tests/test_download_urls.py
tests/test_hash_policy.py
tests/test_hash_policy_extra.py
tests/test_httputil.py
tests/test_huggingface_fetch.py
tests/test_lock.py
tests/test_manifest.py
tests/test_modelscope_fetch.py
tests/test_normalize_sha.py
tests/test_patterns.py
tests/test_pipeline_extra.py
tests/test_pipeline_offline.py
tests/test_plan.py
tests/test_plan_extra.py
tests/test_sandbox.py
tests/test_sandbox_extra.py
tests/test_verify.py
tests/test_verify_extra.py