Metadata-Version: 2.1
Name: funget
Version: 0.1.5
Summary: funget
Home-page: https://github.com/farfarfun/funget
Author: bingtao
Author-email: 1007530194@qq.com
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: funpypi
Requires-Dist: funfile
Requires-Dist: requests
Requires-Dist: tqdm

## 安装

```python
pip install funget
```

## 使用

### 命令行

```
funget http://dail-wlcb.oss-cn-wulanchabu.aliyuncs.com/dj-competition/eval_data/challenge-data.tar.gz
```

### python

```python
from funget import multi_thread_download
multi_thread_download(url="http://dail-wlcb.oss-cn-wulanchabu.aliyuncs.com/dj-competition/eval_data/challenge-data.tar.gz")
```

![wget](https://cloud.tencent.com/developer/article/1398383)
