File: control

package info (click to toggle)
polyline 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 188 kB
  • sloc: python: 260; makefile: 21
file content (35 lines) | stat: -rw-r--r-- 1,306 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
Source: polyline
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Joseph Nahmias <jello@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-setuptools,
               python3-all,
               python3-pytest <!nocheck>,
               python3-sphinx <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>,
               pybuild-plugin-pyproject,
               python3-pytest-cov
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/polyline
Vcs-Git: https://salsa.debian.org/python-team/packages/polyline.git
Homepage: https://github.com/frederickjansen/polyline
Rules-Requires-Root: no

Package: python3-polyline
Architecture: all
Multi-Arch: foreign
Depends: ${python3:Depends},
         ${sphinxdoc:Depends},
         ${misc:Depends}
Description: Python library to encode/decode polylines
 Implements Google's encoded polyline algorithm format. Encodes from /
 decodes into [lat, lng] coordinate pairs. Can also encode a GeoJSON
 object to a GeoJSON LineString, and vice-versa. Based on / compatible
 with Google's mapbox.
 .
 See also: <https://developers.google.com/maps/documentation/utilities/p-
 olylinealgorithm>