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 39 40 41 42 43 44 45 46 47 48 49
|
Source: pystac-client
Section: python
Priority: optional
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Uploaders: Antonio Valentino <antonio.valentino@tiscali.it>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-setuptools,
python3-all,
python3-dateutil,
python3-pystac,
python3-pytest <!nocheck>,
python3-pytest-benchmark <!nocheck>,
python3-pytest-console-scripts <!nocheck>,
python3-pytest-recording <!nocheck>,
python3-requests,
python3-requests-mock <!nocheck>
Standards-Version: 4.7.0
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Homepage: https://github.com/stac-utils/pystac-client
Vcs-Browser: https://salsa.debian.org/debian-gis-team/pystac-client
Vcs-Git: https://salsa.debian.org/debian-gis-team/pystac-client.git
Description: Python library for working with SpatioTemporal Asset Catalog (STAC) APIs
The STAC Python Client (pystac_client) is a Python package for working
with STAC Catalogs and APIs that conform to the STAC and STAC API specs
in a seamless way.
.
PySTAC Client builds upon PySTAC through higher-level functionality and
ability to leverage STAC API search endpoints.
Package: python3-pystac-client
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: ${source:Synopsis}
${source:Extended-Description}
Package: stac-client
Architecture: all
Section: utils
Depends: ${misc:Depends},
${python3:Depends},
python3-pystac-client (= ${source:Version})
Description: ${source:Synopsis} (CLI)
${source:Extended-Description}
.
This package provides command line tools.
|