Metadata-Version: 2.1
Name: spider-utils
Version: 0.0.9
Summary: 常用爬虫模块的集合，为了多平台，多电脑调用方便!
Home-page: https://github.com/ldsxp/spider-utils
Author: lds
Author-email: 85176878@qq.com
License: GNU GPL 3
Download-URL: https://pypi.org/project/spider-utils
Keywords: spider,utils
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: fake-useragent
Requires-Dist: tqdm
Requires-Dist: loguru
Provides-Extra: dev
Requires-Dist: wheel ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'

# spider-utils

**spider-utils** 爬虫相关的模块

查看 [更改日志](https://github.com/ldsxp/spider-utils/blob/master/CHANGELOG.md)

## 安装：
```shell
pip install -U spider-utils
```


## 简单的例子:

```python
...
```



