/gpsdio-csv

Primary LanguagePythonOtherNOASSERTION

gpsdio sorting plugin

https://travis-ci.org/SkyTruth/gpsdio-csv.svg?branch=master https://coveralls.io/repos/SkyTruth/gpsdio-csv/badge.svg?branch=master

A driver plugin for gpsdio that reads and writes messages in CSV format.

Installing

Via pip:

$ pip install gpsdio-csv

From master:

$ git clone https://github.com/SkyTruth/gpsdio-csv
$ cd gpsdio-csv
$ pip install .

Developing

$ git clone https://github.com/SkyTruth/gpsdio-csv
$ cd gpsdio-csv
$ virtualenv venv && source venv/bin/activate
$ pip install -e .[test]
$ py.test tests --cov gpsdio_csv --cov-report term-missing