PyHamilton
| PyHamilton tool - Enables execution of Python scripts from database or local file paths | Category: Python Script Runner | Package: com.science.foundry.tools.grpc_interfaces.pyhamilton |
For detailed examples, see: Getting Started with PyHamilton
Configuration
| Parameter | Type | Description |
|---|---|---|
| python_exe | string | Path to Python executable (optional) |
Commands
| Command | Parameters | Description |
|---|---|---|
| RunScript | script_content: string | Executes Python code from database |
| RunLocalScript | path: string | Executes a Python script from local file path |