LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/huggingface_hub/__init__.py
src/huggingface_hub/_commit_api.py
src/huggingface_hub/_commit_scheduler.py
src/huggingface_hub/_login.py
src/huggingface_hub/_multi_commits.py
src/huggingface_hub/_snapshot_download.py
src/huggingface_hub/_space_api.py
src/huggingface_hub/_tensorboard_logger.py
src/huggingface_hub/_webhooks_payload.py
src/huggingface_hub/_webhooks_server.py
src/huggingface_hub/community.py
src/huggingface_hub/constants.py
src/huggingface_hub/fastai_utils.py
src/huggingface_hub/file_download.py
src/huggingface_hub/hf_api.py
src/huggingface_hub/hf_file_system.py
src/huggingface_hub/hub_mixin.py
src/huggingface_hub/inference_api.py
src/huggingface_hub/keras_mixin.py
src/huggingface_hub/lfs.py
src/huggingface_hub/repocard.py
src/huggingface_hub/repocard_data.py
src/huggingface_hub/repository.py
src/huggingface_hub.egg-info/PKG-INFO
src/huggingface_hub.egg-info/SOURCES.txt
src/huggingface_hub.egg-info/dependency_links.txt
src/huggingface_hub.egg-info/entry_points.txt
src/huggingface_hub.egg-info/requires.txt
src/huggingface_hub.egg-info/top_level.txt
src/huggingface_hub/commands/__init__.py
src/huggingface_hub/commands/_cli_utils.py
src/huggingface_hub/commands/delete_cache.py
src/huggingface_hub/commands/env.py
src/huggingface_hub/commands/huggingface_cli.py
src/huggingface_hub/commands/lfs.py
src/huggingface_hub/commands/scan_cache.py
src/huggingface_hub/commands/user.py
src/huggingface_hub/inference/__init__.py
src/huggingface_hub/inference/_client.py
src/huggingface_hub/inference/_common.py
src/huggingface_hub/inference/_text_generation.py
src/huggingface_hub/inference/_types.py
src/huggingface_hub/inference/_generated/__init__.py
src/huggingface_hub/inference/_generated/_async_client.py
src/huggingface_hub/templates/datasetcard_template.md
src/huggingface_hub/templates/modelcard_template.md
src/huggingface_hub/utils/__init__.py
src/huggingface_hub/utils/_cache_assets.py
src/huggingface_hub/utils/_cache_manager.py
src/huggingface_hub/utils/_chunk_utils.py
src/huggingface_hub/utils/_datetime.py
src/huggingface_hub/utils/_deprecation.py
src/huggingface_hub/utils/_errors.py
src/huggingface_hub/utils/_experimental.py
src/huggingface_hub/utils/_fixes.py
src/huggingface_hub/utils/_git_credential.py
src/huggingface_hub/utils/_headers.py
src/huggingface_hub/utils/_hf_folder.py
src/huggingface_hub/utils/_http.py
src/huggingface_hub/utils/_pagination.py
src/huggingface_hub/utils/_paths.py
src/huggingface_hub/utils/_runtime.py
src/huggingface_hub/utils/_subprocess.py
src/huggingface_hub/utils/_telemetry.py
src/huggingface_hub/utils/_typing.py
src/huggingface_hub/utils/_validators.py
src/huggingface_hub/utils/endpoint_helpers.py
src/huggingface_hub/utils/logging.py
src/huggingface_hub/utils/sha.py
src/huggingface_hub/utils/tqdm.py
tests/test_cache_layout.py
tests/test_cache_no_symlinks.py
tests/test_cli.py
tests/test_command_delete_cache.py
tests/test_commit_api.py
tests/test_commit_scheduler.py
tests/test_endpoint_helpers.py
tests/test_fastai_integration.py
tests/test_file_download.py
tests/test_hf_api.py
tests/test_hf_file_system.py
tests/test_hubmixin.py
tests/test_inference_api.py
tests/test_inference_async_client.py
tests/test_inference_client.py
tests/test_inference_text_generation.py
tests/test_init_lazy_loading.py
tests/test_keras_integration.py
tests/test_lfs.py
tests/test_login_utils.py
tests/test_offline_utils.py
tests/test_repocard.py
tests/test_repocard_data.py
tests/test_repository.py
tests/test_snapshot_download.py
tests/test_tf_import.py
tests/test_utils_assets.py
tests/test_utils_cache.py
tests/test_utils_chunks.py
tests/test_utils_cli.py
tests/test_utils_datetime.py
tests/test_utils_deprecation.py
tests/test_utils_errors.py
tests/test_utils_experimental.py
tests/test_utils_fixes.py
tests/test_utils_git_credentials.py
tests/test_utils_headers.py
tests/test_utils_hf_folder.py
tests/test_utils_http.py
tests/test_utils_pagination.py
tests/test_utils_paths.py
tests/test_utils_runtime.py
tests/test_utils_sha.py
tests/test_utils_telemetry.py
tests/test_utils_tqdm.py
tests/test_utils_validators.py
tests/test_webhooks_server.py
tests/test_windows.py
tests/testing_constants.py
tests/testing_utils.py