Python library for using the Grove GPS module, or any UART GPS module using standaed NMEA strings. As a more fully featured alternative to this library, look into gpsd and python-gps. To install, ...
I wrote all the modules from scratch. For all the UART transmission modules, I realized it wasn't too difficult to write it from scratch since I had a good understanding of how frames are sent.