Metadata-Version: 2.1
Name: maize
Version: 0.2.10
Summary: 一个强大易用的爬虫框架
Home-page: https://seehar.github.io/maize
License: MIT
Author: seehar
Author-email: seehar@qq.com
Requires-Python: >=3.10,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: rpa
Requires-Dist: aiohttp (>=3.10.10,<4.0.0)
Requires-Dist: aiomysql (>=0.2.0,<0.3.0)
Requires-Dist: h11 (>=0.14.0,<0.15.0)
Requires-Dist: httpx (>=0.27.2,<0.28.0)
Requires-Dist: parsel (>=1.8.1,<2.0.0)
Requires-Dist: playwright (>=1.48.0,<2.0.0) ; extra == "rpa"
Requires-Dist: redis (>=5.2.0,<6.0.0)
Requires-Dist: ujson (>=5.9.0,<6.0.0)
Project-URL: Documentation, https://seehar.github.io/maize
Project-URL: Repository, https://github.com/seehar/maize
Description-Content-Type: text/markdown

# maize

[![codecov](https://codecov.io/gh/seehar/maize/graph/badge.svg?token=ZG5ESDLPX6)](https://codecov.io/gh/seehar/maize)
![](https://img.shields.io/github/watchers/seehar/maize?style=social)
![](https://img.shields.io/github/stars/seehar/maize?style=social)
![](https://img.shields.io/github/forks/seehar/maize?style=social)
[![Downloads](https://pepy.tech/badge/maize)](https://pepy.tech/project/maize)
[![Downloads](https://pepy.tech/badge/maize/month)](https://pepy.tech/project/maize)
[![Downloads](https://pepy.tech/badge/maize/week)](https://pepy.tech/project/maize)

> 一个 Python 爬虫框架

### 安装

```shell
pip install maize
```

### 开发

安装预提交钩子

```shell
pre-commit install
```

代码覆盖率

```shell
pytest --cov=./maize --cov-report=html
```

