9. numpy.f2py

Fortran to Python Interface Generator.

9.1. Functions

compile(source[, modulename, extra_args, ...]) Build extension module from processing source with f2py.
main()
run_main(comline_list) Run f2py as if string.join(comline_list,’ ‘) is used as a command line.

9.2. Classes

Tester alias of NoseTester