diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2006-10-02 20:21:11 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2006-10-02 20:21:11 +0000 |
commit | 022b06b4d628d991c8a8a294db92c0d4f93f4c90 (patch) | |
tree | 3f869cec4f43e988dc634aa199a2f3eb7a218d27 /numpy/f2py/lib/api.py | |
parent | 58c43785202a4fb52c79b8658afa0682ef59c54a (diff) | |
download | numpy-022b06b4d628d991c8a8a294db92c0d4f93f4c90.tar.gz |
F2PY G3: exposing G3 to f2py script, fixed bugs, wrote source docs.
Diffstat (limited to 'numpy/f2py/lib/api.py')
-rw-r--r-- | numpy/f2py/lib/api.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/numpy/f2py/lib/api.py b/numpy/f2py/lib/api.py new file mode 100644 index 000000000..0d21da28c --- /dev/null +++ b/numpy/f2py/lib/api.py @@ -0,0 +1,14 @@ +""" +Public API for F2PY G3. + +----- +Permission to use, modify, and distribute this software is given under the +terms of the NumPy License. See http://scipy.org. + +NO WARRANTY IS EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. +Author: Pearu Peterson <pearu@cens.ioc.ee> +Created: Oct 2006 +----- +""" + +from main import main |