Metadata-Version: 2.4
Name: maize
Version: 0.4.0
Summary: 一个强大易用的爬虫框架
Author-email: seehar <seehar@qq.com>
License: MIT
License-File: LICENSE
Requires-Python: <3.14,>=3.10
Requires-Dist: aiohttp>=3.11.11
Requires-Dist: httpx>=0.28.1
Requires-Dist: parsel>=1.8.1
Requires-Dist: pydantic-settings>=2.11.0
Requires-Dist: pydantic>=2.12.0
Requires-Dist: ujson>=5.9.0
Provides-Extra: mysql
Requires-Dist: aiomysql>=0.2.0; extra == 'mysql'
Provides-Extra: redis
Requires-Dist: redis>=5.2.1; extra == 'redis'
Provides-Extra: rpa
Requires-Dist: patchright==1.50.0; extra == 'rpa'
Requires-Dist: playwright==1.50.0; extra == 'rpa'
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
```
