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 31 32 33 34 35 36 37 38
|
Source: owslib
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Angelos Tzotsos <gcpp.kalxas@gmail.com>,
Johan Van de Wauw <johan@gisky.be>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-dateutil,
python3-lxml,
python3-pytest,
python3-requests,
python3-setuptools,
python3-tz,
python3-yaml
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/debian-gis-team/owslib
Vcs-Git: https://salsa.debian.org/debian-gis-team/owslib.git
Homepage: https://geopython.github.com/OWSLib/
Rules-Requires-Root: no
Package: python3-owslib
Architecture: all
Depends: ${python3:Depends},
${misc:Depends}
Recommends: python3-pyproj
Description: Client library for Open Geospatial (OGC) web services (Python 3)
OWSLib is a Python package for client programming with Open Geospatial
Consortium (OGC) web service (hence OWS) interface standards, and their
related content models.
.
Full documentation is available at https://geopython.github.io/OWSLib
.
OWSLib provides a common API for accessing service metadata and wrappers
for numerous OGC Web Service interfaces.
.
This package provides the Python 3 version of the library.
|