Open topic with navigation
P4Python
Introduction
P4Python, the Python
interface to the
Helix C/C++ API,
enables you to write Python code that interacts with aHelix server.
P4Python
enables your Python scripts to:
- Get
Helix Core
data and forms in dictionaries and lists.
- Edit
Helix Core
forms by modifying dictionaries.
- Provide exception-based error handling and optionally ignore
warnings.
- Issue multiple commands on a single connection (performs better than
spawning single commands and parsing the results).