GRASS and Python
Python extensions from GRASS GIS
There is a prototype GRASS-SWIG interface available (thanks to Sajith VK), find in GRASS 6-CVS: swig/python/
SWIG (Simplified Wrapper and Interface Generator) is:
- A compiler that turns ANSI C/C++ declarations into scripting language interfaces.
 - Completely automated (produces a fully working Python extension module).
 - Language neutral. SWIG can also target Tcl, Perl, Guile, MATLAB, etc...
 - Attempts to eliminate the tedium of writing extension modules.
 
Python-GRASS add-ons
- Jáchym Čepický's G-ps.map, a GUI to typeset printable maps with ps.map (http://les-ejk.cz/?cat=gpsmap)
 - Jáchym Čepický's v.pydigit, a GUI to v.edit (http://les-ejk.cz/?cat=vpydigit)
 - Jáchym Čepický's PyWPS, GRASS-Web Processing Service (http://les-ejk.cz/?cat=pywps)
 
Links
- SWIG http://www.swig.org/
 - SIP http://directory.fsf.org/all/Python-SIP.html
 - GRASS-SWIG interface http://mpa.itc.it/markus/grass61progman/swig/