Source: polyline
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Joseph Nahmias <jello@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-setuptools,
 python3-all,
 python3-pytest <!nocheck>,
 python3-sphinx <!nodoc>,
Standards-Version: 4.6.1
Homepage: https://github.com/frederickjansen/polyline
Vcs-Browser: https://salsa.debian.org/python-team/packages/polyline
Vcs-Git: https://salsa.debian.org/python-team/packages/polyline.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: python3-polyline
Architecture: all
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/polylinealgorithm>
