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
|
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), python, python3, dh-python, python-setuptools, python3-setuptools, python-pytest-runner, python3-pytest-runner
Standards-Version: 3.9.8
Homepage: https://github.com/DinoTools/python-overpy
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-overpy.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-overpy.git
Package: python-overpy
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: wrapper to access the OpenStreetMap Overpass API (Python 2)
Overpy is an advanced Python wrapper that allows you to query the OpenStreetMap
Overpass APIs using the while strength of their query language.
.
This package contains the Python 2 version of 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 while strength of their query language.
.
This package contains the Python 3 version of overpy .
|