面向独立 RPA Skill 的轻量 Playwright 运行时
Project description
rpa-skill-runtime
独立 RPA Skill 共用的轻量 Playwright 运行时,提供任务进程、浏览器会话、JSON 动作协议和 DOM UI 工具。登录和业务动作仍由各系统 Skill 自己实现。
安装
Python 最低版本为 3.10:
python3.12 -m pip install "rpa-skill-runtime>=0.1.1"
python3.12 -m playwright install chromium
安装后,Skill 脚本直接导入 rpa_skill_runtime,不需要携带 runtime/ 源码目录。
发布
./publish.sh --dry-run
./publish.sh
./publish.sh --repository internal
TWINE_REPOSITORY_URL=https://pypi.example.com/legacy/ ./publish.sh
默认发布到公开 PyPI。认证信息只从 ~/.pypirc 或 Twine 标准环境变量读取。
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rpa_skill_runtime-0.1.1.tar.gz
(22.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rpa_skill_runtime-0.1.1.tar.gz.
File metadata
- Download URL: rpa_skill_runtime-0.1.1.tar.gz
- Upload date:
- Size: 22.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d0a31194dbe3895a1191b4535f1900e959e1662813954811ccdf1b7bd1b0497
|
|
| MD5 |
335a8d990c453e6e7ad21d12a593f57f
|
|
| BLAKE2b-256 |
cdbcd42822990f55e50b469f07d0bc55536cd13260c3f352b8b6543386cd4721
|
File details
Details for the file rpa_skill_runtime-0.1.1-py3-none-any.whl.
File metadata
- Download URL: rpa_skill_runtime-0.1.1-py3-none-any.whl
- Upload date:
- Size: 27.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9503d86afe12030242f32c481ccdf99ddde4c12e1e8ed46f8305ed6a509d5bf
|
|
| MD5 |
59f8ebb84ba2baed034ac88bf7b0cd24
|
|
| BLAKE2b-256 |
814f45ac894be6fd00c24f396fd7448707a7fe35650b147a1dbdb1cc77e9b27a
|