gpxpy 1.6.2-1 source package in Ubuntu

Changelog

gpxpy (1.6.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * debian/patches/: Drop all patches, merged upstream.

 -- Boyuan Yang <email address hidden>  Thu, 07 Mar 2024 20:27:47 -0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
gpxpy_1.6.2-1.dsc 2.0 KiB d07eb29c21df41c0aaac8c3afcec2143b1e3071c73d8c2974d9502b182bb09af
gpxpy_1.6.2.orig.tar.gz 109.1 KiB a72c484b97ec42b80834353b029cc8ee1b79f0ffca1179b2210bb3baf26c01ae
gpxpy_1.6.2-1.debian.tar.xz 3.4 KiB 9e82eb5ba3bee6b36246457acfbda834f1f88b14dd6b385d1bd7f05ea7f407e7

Available diffs

No changes file available.

Binary packages built by this source

gpxinfo: 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.

python3-gpxpy: 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.