Source: gpxpy
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Dominik George <natureshadow@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 python3-all,
 python3-setuptools,
Standards-Version: 4.4.1
Homepage: https://github.com/tkrajina/gpxpy
Vcs-Git: https://salsa.debian.org/python-team/modules/gpxpy.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/gpxpy

Package: python3-gpxpy
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: GPX file parser and GPS track manipulation library (Python 3)
 gpxpy is a simple Python library for parsing and manipulating GPX files.
 GPX is an XML based format for GPS tracks.
 .
 The library also contains utility functions that are used in GPX file
 handling, but can also be used separately, e.g. simple functions for
 calculating geographical coordinates.
 .
 This package contains the Python 3 version.

Package: gpxinfo
Architecture: all
Section: utils
Depends:
 python3-gpxpy,
 ${misc:Depends},
 ${python3:Depends},
Description: Command line utility to extract basic statistics from a GPX file
 gpxinfo extracts basic statistics from a GPX file. It prints meta info
 about the file and calculates data about tracks and routes in the file,
 among which are times, distances, and uphill and downhill information.
 .
 gpxinfo uses the gpxpy library.
