1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Metadata-Version: 1.0
Name: F2PY
Version: 2.45.241_1926
Summary: F2PY - Fortran to Python Interface Generaton
Home-page: http://cens.ioc.ee/projects/f2py2e/
Author: Pearu Peterson
Author-email: pearu@cens.ioc.ee
License: LGPL
Download-URL: http://cens.ioc.ee/projects/f2py2e/2.x/F2PY-2-latest.tar.gz
Description: 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.
Keywords: Fortran,f2py
Platform: Unix
Platform: Windows (mingw|cygwin)
Platform: Mac OSX
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C
Classifier: Programming Language :: Fortran
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Code Generators
|