freebsd-ports/lang/f2py/pkg-descr
Ying-Chieh Liao 0c1db12493 add f2py 2.13.175.1250
Fortran to Python Interface Generator
2002-06-12 18:28:14 +00:00

9 lines
520 B
Text

Writing Python C/API wrappers for Fortran routines can be a very tedious task,
especially if a Fortran routine takes more than 20 arguments but only few of
them are relevant for the problems that they solve. So, I have developed a
tool that generates the C/API modules containing wrapper functions of Fortran
routines. I call this tool as F2PY - Fortran to Python Interface Generator.
It is completely written in Python language and can be called from the command
line as f2py.
WWW: http://cens.ioc.ee/projects/f2py2e/