summaryrefslogtreecommitdiff
path: root/numpy/f2py/lib/__init__.py
blob: c3b40cb7612c0fa7cb759a88080b3dd814701a54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"""
F2PY G3 --- The third generation of Fortran to Python Interface Generator.

Use api module for importing public symbols.

-----
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
-----
"""