Metadata-Version: 2.1
Name: youqu3
Version: 0.1.1
Summary: YouQu-Next
Author-email: mikigo <huangmingqiang@uniontech.com>
License: GPL2.0
License-File: LICENSE
Requires-Python: >=3.7
Requires-Dist: allure-pytest
Requires-Dist: funnylog
Requires-Dist: pytest
Requires-Dist: pytest-rerunfailures
Requires-Dist: pytest-timeout
Description-Content-Type: text/markdown

# [YouQu3]() 🐉

YouQu3 是下一代 Linux 自动化测试框架，整体架构重新设计，全新的插件化及模块化功能，带来全新的使用效果。

[YouQu3架构设计](docs/YouQu3架构设计.md)

## [特性]()

- 支持离线部署
- 极致轻量化依赖
- 功能可插拔
- 可视化配置
- 支持非开发者下运行

## [安装]()

```shell
pip install youqu3
```

## [YouQu3 插件生态]()

| YouQu3 插件名称                                              | 说明                                 |
| ------------------------------------------------------------ | ------------------------------------ |
| [youqu-dogtail](https://github.com/funny-dream/youqu-dogtail) | 属性定位插件                         |
| [youqu-imagecenter-rpc](https://github.com/funny-dream/youqu-imagecenter-rpc) | 基于 RPC 服务的图像识别插件      |
| [youqu-mousekey](https://github.com/funny-dream/youqu-mousekey) | 键鼠操作插件                         |
| [pytest-youqu-playwright](https://github.com/funny-dream/pytest-youqu-playwright) | 基于 Playwright 的 Web UI 自动化插件 |
| [funnylog](https://linuxdeepin.github.io/funnylog/)          | 全自动日志插件                       |
| [pdocr-rpc](https://linuxdeepin.github.io/pdocr-rpc/)        | 基于 RPC 服务的 OCR 识别插件         |

