Metadata-Version: 2.1
Name: funget
Version: 1.0.19
Summary: Add your description here
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: funfile>=1.0.8

## 安装

```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)
