P4Python

P4Python is a derived API, it is the Python interface to the Helix C/C++ API, see Helix Core C/C++ Developer Guide. P4Python enables you to write Python code that interacts with a Helix Core Server.

P4Python enables your Python scripts to:

  • Get Helix Server data and forms in dictionaries and lists.
  • Edit Helix Server 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).