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 29 30
|
Source: overpass
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-compat (= 12),
dh-python,
python3,
python3-geojson,
python3-requests,
python3-setuptools,
python3-shapely,
Standards-Version: 4.5.0
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: python3-overpass
Architecture: all
Depends: ${misc:Depends},
${python3: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.
|