Metadata-Version: 2.3
Name: maize
Version: 0.3.13
Summary: 一个强大易用的爬虫框架
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: mysql
Provides-Extra: redis
Provides-Extra: rpa
Requires-Dist: aiohttp (>=3.11.11,<4.0.0)
Requires-Dist: aiomysql (>=0.2.0,<0.3.0) ; extra == "mysql"
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: parsel (>=1.8.1,<2.0.0)
Requires-Dist: patchright (==1.50.0) ; extra == "rpa"
Requires-Dist: playwright (==1.50.0) ; extra == "rpa"
Requires-Dist: pydantic (>=2.12.0,<3.0.0)
Requires-Dist: pydantic-settings (>=2.11.0,<3.0.0)
Requires-Dist: redis (>=5.2.1,<6.0.0) ; extra == "redis"
Requires-Dist: ujson (>=5.9.0,<6.0.0)
Project-URL: Documentation, https://seehar.github.io/maize
Project-URL: Homepage, https://seehar.github.io/maize
Project-URL: Repository, https://github.com/seehar/maize
Description-Content-Type: text/markdown

<div align="center">
  <img src="docs/assets/logo.svg" alt="Logo" width="200" height="200">
</div>

# 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
```

