File: control

package info (click to toggle)
gpxpy 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,284 kB
  • ctags: 299
  • sloc: python: 2,265; makefile: 8
file content (62 lines) | stat: -rw-r--r-- 2,060 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: gpxpy
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Dominik George <nik@naturalnet.de>,
Section: python
Priority: optional
Build-Depends:
 debhelper (>= 10),
 dh-python,
 python-all (>= 2.6.6-3),
 python-setuptools (>= 0.6b3),
 python3-all,
 python3-setuptools,
Standards-Version: 3.9.8
Homepage: http://www.trackprofiler.com/gpxpy/index.html
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/gpxpy.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/gpxpy.git

Package: python-gpxpy
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
Description: GPX file parser and GPS track manipulation library (Python 2)
 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 2 version.

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.