generate_python_interface
Auto-generates ctypes/numpy binding wrappers to integrate Fortran code with Python. Ensures C-binding Fortran code is present before wrapper generation.
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 |