Contributor - Python module for GIWS
Python already includes a C interface, but it is hard to use for the casual developer. The goal would be to extend GWIS to generate an easy to call .h and .c or .cxx file from a Python module.
$ giws.py -c++ -python "module.name" Module_Name.hxx created Module_Name.cxx created $ giws.py -c -python "python.module.name" Module_Name.h created Module_Name.c created