eccodes/python3
Shahram Najm a3be721f1a Update URLs 2019-01-28 12:47:22 +00:00
..
eccodes ECC-845: Initial attempt. Use of codes_close_file() 2018-12-07 16:25:10 +00:00
gribapi ECC-866: Python3: codes_gts_new_from_file does not return all GTS bulletins 2019-01-10 16:02:47 +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-866: Python3: codes_gts_new_from_file does not return all GTS bulletins 2019-01-10 16:02:47 +00:00
grib_interface.h ECC-866: Python3: codes_gts_new_from_file does not return all GTS bulletins 2019-01-10 16:02:47 +00:00
gribapi.c Python3: Enable Python 2 to work as before 2018-11-23 19:11:47 +00:00
gribapi_swig.i ECC-866: Python3: codes_gts_new_from_file does not return all GTS bulletins 2019-01-10 16:02:47 +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 Update URLs 2019-01-28 12:47:22 +00:00
swig_wrap_numpy.c ECC-866: Python3: codes_gts_new_from_file does not return all GTS bulletins 2019-01-10 16:02:47 +00:00
swig_wrap_numpy.py ECC-866: Python3: codes_gts_new_from_file does not return all GTS bulletins 2019-01-10 16:02:47 +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