eccodes/python3
Shahram Najm 5d9cbb7758 ECC-845: Initial attempt. Use of codes_close_file() 2018-12-07 16:25:10 +00:00
..
eccodes ECC-845: Initial attempt. Use of codes_close_file() 2018-12-07 16:25:10 +00:00
gribapi ECC-845: Initial attempt. Use of codes_close_file() 2018-12-07 16:25:10 +00:00
CMakeLists.txt Python3: Enable Python 2 to work as before 2018-11-23 19:11:47 +00:00
README.swig Python3: Enable Python 2 to work as before 2018-11-23 19:11:47 +00:00
create_errors.py.sh Python3: Enable Python 2 to work as before 2018-11-23 19:11:47 +00:00
extrules.am Python3: Enable Python 2 to work as before 2018-11-23 19:11:47 +00:00
grib_errors.h Python3: Enable Python 2 to work as before 2018-11-23 19:11:47 +00:00
grib_interface.c ECC-845: Initial attempt. Use of codes_close_file() 2018-12-07 16:25:10 +00:00
grib_interface.h Python 3: Fix most of high level tests 2018-11-27 16:26:48 +00:00
gribapi.c Python3: Enable Python 2 to work as before 2018-11-23 19:11:47 +00:00
gribapi_swig.i Python 3: Fix most of high level tests 2018-11-27 16:26:48 +00:00
numpy.i Python3: Enable Python 2 to work as before 2018-11-23 19:11:47 +00:00
run_tests.sh Python3: Enable Python 2 to work as before 2018-11-23 19:11:47 +00:00
setup.py.in Python3: Documentation and egg 2018-11-26 14:38:39 +00:00
swig_wrap_numpy.c Python 3: Fix most of high level tests 2018-11-27 16:26:48 +00:00
swig_wrap_numpy.py Python 3: Fix most of high level tests 2018-11-27 16:26:48 +00:00
test_iterator.py Python3: Enable Python 2 to work as before 2018-11-23 19:11:47 +00:00

README.swig

# we use pre-generated files from SWIG - to recreate them use: 

swig -python -module gribapi_swig -o swig_wrap_numpy.c gribapi_swig.i
cp gribapi_swig.py swig_wrap_numpy.py