1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Source: python-overpy
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), python3, dh-python, python3-setuptools, python3-pytest-runner, python3-pytest
Standards-Version: 4.4.0
Homepage: https://github.com/DinoTools/python-overpy
Vcs-Git: https://salsa.debian.org/python-team/modules/python-overpy.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-overpy
Package: python3-overpy
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: wrapper to access the OpenStreetMap Overpass API (Python 3)
Overpy is an advanced Python wrapper that allows you to query the OpenStreetMap
Overpass APIs using the full power of their query language.
|