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-toml,
               python3-pytest-cov
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.6.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
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>
