Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 930 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 930 Bytes

RPC Client for Python

Python version >= 3.10, no additional requirements.

Install

To install in editable mode:

python -m pip install -e .

Run Examples

  1. A simple Python REPL:

    python examples/shell.py
  2. Central Role:

    python examples/thermo_client.py
  3. PTS Automation:

    PTS & 32-bit Python is required to run this demo.

    Use pip to install additional packages: codecs, lxml.

    python examples/pts_gap.py
  4. PTS Automation with custom Implicit Send DLL:

    Download and activate custom Implicit Send DLL in the workspace. Start server:

    python examples/implicitsend_test.py

    Run the supported cases in PTS.