Metadata-Version: 2.1
Name: spider-utils
Version: 1.0.3
Summary: 常用爬虫模块的集合，为了多平台，多电脑调用方便!
Home-page: https://github.com/ldsxp/spider-utils
Download-URL: https://pypi.org/project/spider-utils
Author: lds
Author-email: 85176878@qq.com
License: GNU GPL 3
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
License-File: LICENSE
Requires-Dist: requests >=2.27.1
Requires-Dist: fake-useragent >=1.4.0
Requires-Dist: tqdm >=4.64.0
Requires-Dist: loguru >=0.6.0
Requires-Dist: beautifulsoup4 >=4.11.1
Requires-Dist: html2text >=2020.1.16
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
...
```

