Metadata-Version: 2.1
Name: gps-helper
Version: 1.0.0
Summary: GPS helper module
Home-page: https://github.com/gps-helper/gps-helper
Author: Chiranth Siddappa
Author-email: chiranthsiddappa@gmail.com
License: MIT
Description: ![Logo](logo_hi.png)
        
        [![pypi](https://img.shields.io/pypi/v/gps_helper.svg)](https://pypi.python.org/pypi/gps_helper)
        [![Docs](https://readthedocs.org/projects/gps-helper/badge/?version=latest)](http://gps-helper.readthedocs.io/en/latest/?badge=latest)
        [![travis](https://travis-ci.com/gps-helper/gps-helper.svg?branch=master)](https://travis-ci.com/gps-helper/gps-helper)
        [![Coverage Status](https://coveralls.io/repos/github/gps-helper/gps-helper/badge.svg?branch=master)](https://coveralls.io/github/gps-helper/gps-helper?branch=master)
        
        Tools and examples for GPS
        
        ## Documentation
        
        Documentation is hosted on [readthedocs](https://gps-helper.readthedocs.io). Interactive 
        [Jupyter notebooks](https://gps-helper.readthedocs.io/en/latest/nb_examples.html) are viewable and also included this 
        repository.
        
        ## Installation
        
        This package is available for download through [pypi](https://pypi.org/project/gps-helper/).
        
        ```commandline
        $ pip install gps-helper
        ```
        
        To use the plotting functionality, there are extra requirements.
        
        ```commandline
        $ pip install gps-helper[plotting]
        ```
        
        For [matplotlib](https://matplotlib.org/users/installing.html) and [mayavi](https://docs.enthought.com/mayavi/mayavi/installation.html), 
        you will need to have backends installed to view the figures.
Platform: UNKNOWN
Description-Content-Type: text/markdown
Provides-Extra: plotting
