generate_python_interface
Generates ctypes and numpy binding wrappers to integrate Fortran code with Python, after ensuring the required C-binding Fortran code is generated.
Instructions
Auto-generates ctypes/numpy binding wrapper scripts for Python integration. Also calls generate_c_bindings first to ensure the C-binding Fortran code is present.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| module_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |