Metadata-Version: 2.1
Name: funget
Version: 1.0.5
Summary: 
Author: farfun
Author-email: 1007530194@qq.com
Requires-Python: >=3.8,<4.0
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
Requires-Dist: funfile (>=1.0.2,<2.0.0)
Description-Content-Type: text/markdown

## 安装

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

