seehar / maize

maize 是一个基于异步,轻量级 Python 爬虫框架
https://seehar.github.io/maize/
MIT License
5 stars 0 forks source link

maize

codecov

一个 Python 爬虫框架

安装

pip install maize

开发

安装预提交钩子

pre-commit install

代码覆盖率

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