Source: polyline Maintainer: Debian Python Team Uploaders: Joseph Nahmias Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all, python3-pytest , python3-sphinx , python3-sphinx-rtd-theme , pybuild-plugin-pyproject, python3-pytest-cov 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: