Metadata-Version: 2.1
Name: simple_spider_tool
Version: 0.0.1
Summary: 一些简易、好用的爬虫工具，减少重复代码与文件冗余
Home-page: UNKNOWN
Author: xingc
Author-email: xingcys@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.0.0
Description-Content-Type: text/markdown
License-File: license


# simple spider tool

----

在实际工作中，沉淀的一些简易、好用的爬虫工具，减少重复代码与文件冗余，希望一样能为使用者带来益处。如果您也想贡献好的代码片段，请将代码以及描述，通过邮箱（xingcys@gmail.com）发送给我。代码格式是遵循自我见解，如存在不足敬请指出！

[comment]: <> (---)

[comment]: <> (### 通用装饰器工具)

[comment]: <> (```cython)

[comment]: <> (from simple_spider_tool import retry)

[comment]: <> (import requests)

[comment]: <> (from requests)

[comment]: <> (```)

