Source: overpass Section: python Priority: optional Maintainer: Sandro Tosi Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 9), python, python3, dh-python, python-setuptools, python3-setuptools Standards-Version: 4.2.1 Homepage: https://github.com/mvexel/overpass-api-python-wrapper Vcs-Git: https://salsa.debian.org/python-team/modules/overpass.git Vcs-Browser: https://salsa.debian.org/python-team/modules/overpass Testsuite: autopkgtest-pkg-python Package: python-overpass Architecture: all Depends: ${python:Depends}, ${misc:Depends} Description: wrapper for the OpenStreetMap Overpass API (Python 2) overpass is a Python module providing a thin wrapper around the OpenStreetMap Overpass API, which is a read-only API that serves up custom selected parts of the OSM map data. It acts as a database over the web: the client sends a query to the API and gets back the data set that corresponds to the query. . This package contains the Python 2 version of overpass . Package: python3-overpass Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Description: wrapper for the OpenStreetMap Overpass API (Python 3) overpass is a Python module providing a thin wrapper around the OpenStreetMap Overpass API, which is a read-only API that serves up custom selected parts of the OSM map data. It acts as a database over the web: the client sends a query to the API and gets back the data set that corresponds to the query. . This package contains the Python 3 version of overpass and its command-line tool.