Metadata-Version: 2.1
Name: gpxplotter
Version: 0.1.0.dev0
Summary: A package for reading gpx files and creating simple plots
Home-page: https://github.com/andersle/gpxplotter
Author: Anders Lervik
Author-email: andersle@gmail.com
License: LGPLv2.1+
Keywords: gpx gps
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Other/Nonlisted Topic
Requires-Dist: branca
Requires-Dist: folium
Requires-Dist: jinja2
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: python-dateutil
Requires-Dist: scipy
Requires-Dist: sphinx
Requires-Dist: sphinx-gallery
Requires-Dist: sphinx-rtd-theme

gpxplotter is a small package for reading.gpx files and creating simple plots using `matplotlib <https://www.matplotlib.org/>`_ and simple maps using `folium <https://python-visualization.github.io/folium/>`_. The gpxplotter documentation can be found at `https://gpxplotter.readthedocs.io/en/latest <https://gpxplotter.readthedocs.io/en/latest>`_ and the source code is hosted at `https://github.com/andersle/gpxplotter <https://github.com/andersle/gpxplotter>`_.


