F2PY - Fortran to Python Interface Generaton
Project description
IMPORTANT: F2PY is now part of NumPy project. Installing numpy will be sufficient.
The Fortran to Python Interface Generator, or F2PY for short, is a command line tool (f2py) for generating Python C/API modules for wrapping Fortran 77/90/95 subroutines, accessing common blocks from Python, and calling Python functions from Fortran (call-backs). Interfacing subroutines/data from Fortran 90/95 modules is supported.