Native Python execution engine
Project description
RPAForge Core
Core engine for RPAForge — native Python execution with full debugging, recording, and IPC bridge capabilities.
Installation
pip install rpaforge-core
Usage
from rpaforge import StudioEngine
from rpaforge_libraries.DesktopUI import DesktopUI
engine = StudioEngine()
engine.executor.register_library("DesktopUI", DesktopUI())
builder = engine.create_process("Notepad Automation")
builder.add_task("Open and Type", [
("DesktopUI.Open Application", {"executable": "notepad.exe"}),
("DesktopUI.Wait For Window", {"title": "Notepad", "timeout": "10s"}),
("DesktopUI.Input Text", {"text": "Hello from RPAForge!"}),
("DesktopUI.Close Window", {}),
])
result = engine.run(builder.build())
print(f"Status: {result.status}")
Features
- Engine: Native Python execution with topology validation and code generation
- Debugger: Breakpoints, step over/into/out, variable inspection, call stack
- Recorder: Record user actions to automation diagrams
- IPC Bridge: Asyncio JSON-RPC server for Electron ↔ Python communication
Development
# Install in development mode
pip install -e .
# Run tests
pytest tests/ -v
# Format code
ruff format src/
License
Apache License 2.0
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 rpaforge_core-0.4.1.tar.gz.
File metadata
- Download URL: rpaforge_core-0.4.1.tar.gz
- Upload date:
- Size: 93.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b67c1a39246387aa189b7f1fe4f363d2cfe3ad4c26530d47375be78d70ff81d
|
|
| MD5 |
e576925751e4fbd4831b128e6d48600e
|
|
| BLAKE2b-256 |
7408d78879910d50a1c8023da508d03d2ec21baa2aff9168e46cf250d07dc492
|
Provenance
The following attestation bundles were made for rpaforge_core-0.4.1.tar.gz:
Publisher:
release.yml on chelslava/rpaforge
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rpaforge_core-0.4.1.tar.gz -
Subject digest:
4b67c1a39246387aa189b7f1fe4f363d2cfe3ad4c26530d47375be78d70ff81d - Sigstore transparency entry: 2033070581
- Sigstore integration time:
-
Permalink:
chelslava/rpaforge@4e85b049938f839a24f41d169f42444ac94ae052 -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chelslava
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85b049938f839a24f41d169f42444ac94ae052 -
Trigger Event:
push
-
Statement type:
File details
Details for the file rpaforge_core-0.4.1-py3-none-any.whl.
File metadata
- Download URL: rpaforge_core-0.4.1-py3-none-any.whl
- Upload date:
- Size: 76.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d0072503ae622d6a21436e5e38e063ff2741d29c1b7e58b15cbeaeb9ca26c01
|
|
| MD5 |
a71c0fc2a864f9818f9bd422543c9bca
|
|
| BLAKE2b-256 |
6132677fc25646220a60b2368d8c36797e9228fcb5ce8f2f57ee5365aecec9e3
|
Provenance
The following attestation bundles were made for rpaforge_core-0.4.1-py3-none-any.whl:
Publisher:
release.yml on chelslava/rpaforge
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
rpaforge_core-0.4.1-py3-none-any.whl -
Subject digest:
6d0072503ae622d6a21436e5e38e063ff2741d29c1b7e58b15cbeaeb9ca26c01 - Sigstore transparency entry: 2033070981
- Sigstore integration time:
-
Permalink:
chelslava/rpaforge@4e85b049938f839a24f41d169f42444ac94ae052 -
Branch / Tag:
refs/tags/v0.4.1 - Owner: https://github.com/chelslava
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4e85b049938f839a24f41d169f42444ac94ae052 -
Trigger Event:
push
-
Statement type: