freebsd-ports/devel/py-fortran/pkg-descr
Ying-Chieh Liao c7c57e1eed add py-fortran 8.1
Creating extensions to the Python language with Fortran routines
2002-07-25 03:48:41 +00:00

7 lines
375 B
Text

Pyfort is a tool for connecting Fortran routines (and "Fortran-like" C) to
Python and its Numerical Python array extension. Pyfort translates an module
file that describes the routines you wish to access from Python into a C
language source file defining a Python module. Pyfort will also build and
install this extension into Python.
WWW: http://pyfortran.sourceforge.net/