3 Star 1 Fork 1

Deepin Autotest/PyLinuxAuto

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 800 Bytes
一键复制 编辑 原始数据 按行查看 历史
mikigo 提交于 2024-12-09 18:45 . update 兼容本地识别和远程识别
[project]
name = "pylinuxauto"
description = ""
authors = [
{ name = "mikigo", email = "huangmingqiang@uniontech.com" },
]
dependencies = [
"funnylog2",
'python3-Xlib;platform_system=="Linux" and python_version>="3.0"',
"nocmd",
]
dynamic = [
"version",
]
requires-python = ">=3.6"
readme = "README.md"
license = { text = "GPL2.0" }
[project.optional-dependencies]
all = [
"opencv-python",
"paddlepaddle",
"paddleocr",
]
[project.scripts]
sniff = "pylinuxauto.attr.sniff.sniff:main"
[project.entry-points.pytest11]
pylinuxauto-plugin = "pylinuxauto.plugin"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch]
version = { path = "pylinuxauto/__version__.py" }
[tool.hatch.build.targets.wheel]
packages = [
"/pylinuxauto",
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/deepin-autotest/pylinuxauto.git
git@gitee.com:deepin-autotest/pylinuxauto.git
deepin-autotest
pylinuxauto
PyLinuxAuto
main

搜索帮助