Metadata-Version: 2.1
Name: hf-mirror-hub
Version: 0.0.1
Summary: A CLI tool to download Hugging Face models and datasets from mirror sites.
License: MIT
Author: neverbiasu
Author-email: 1751162157@qq.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: hf-transfer
Requires-Dist: huggingface_hub
Requires-Dist: requests
Description-Content-Type: text/markdown

# hf-mirror-hub

一个从 Hugging Face 镜像站点快速下载模型和数据集的命令行工具。

## 特性

*   使用 Hugging Face 镜像站点加速下载
*   支持 `hf-transfer` 加速下载
*   支持指定保存目录
*   支持使用 Hugging Face Hub 访问令牌
*   自动转换软链接为实际文件

## 安装

从源码下载：

```bash
git clone https://github.com/neverbiasu/hf-mirror-hub.git
cd hf-mirror-downloader
conda create -n hf-mirror-hub # 非必需，也可以用venv或者直接安装
conda activate hf-mirror-hub
pip install -e .
```

pypi安装：

```bash
pip install hf-mirror-hub


