Metadata-Version: 2.1
Name: requests_qwd
Version: 0.1.2
Summary: A small package
Home-page: https://github.com/pypa/sampleproject
Author: zyb
Author-email: 1052350468@qq.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# requests_qwd

#### 介绍
requests_qwd魔改了requests库，使发出请求的同时记录请求消耗时间，并保存到本地文件

### 使用方式
```python
import requests_qwd as requests
r = requests.get(url,requests_name='该请求的代号',is_save_log=True,speed_log_path='./speed_log.log')
```



