Metadata-Version: 2.4
Name: gpxviewer
Version: 3.1.2
Summary: GPX Viewer is an application for viewing GPX files and plotting altitude profiles
Author: Sergey Salnikov
Author-email: salsergey@gmail.com
License-Expression: GPL-3.0-or-later
Project-URL: homepage, https://github.com/salsergey/gpxviewer
Keywords: PyQt,QCustomPlot,GPX
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: Qt
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: lxml
Requires-Dist: PyQt6
Requires-Dist: QCustomPlot_PyQt6

# README #

GPX Viewer is an application for viewing GPX files as a list of points and tracks.
It also allows one to draw a configurable track profile with captioned points and save it in different formats or to view track statictics. 
Have a look at the following pages for more details

* [Features and screenshots](https://github.com/salsergey/gpxviewer/wiki/Features)
* [Installing GPX Viewer](https://github.com/salsergey/gpxviewer/wiki/Installation)
* [Changelog](https://github.com/salsergey/gpxviewer/wiki/Changelog)
