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 50 51 52 53 54 55 56 57 58 59 60
|
Source: cdsetool
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-all,
python3-cryptography,
python3-geopandas,
python3-jwt,
python3-pytest <!nocheck>,
python3-pytest-mock <!nocheck>,
python3-requests,
python3-requests-mock <!nocheck>,
python3-rich,
python3-setuptools,
python3-typer
Standards-Version: 4.7.0
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/CDSETool/CDSETool
Vcs-Browser: https://salsa.debian.org/debian-gis-team/cdsetool
Vcs-Git: https://salsa.debian.org/debian-gis-team/cdsetool.git
Rules-Requires-Root: no
Description: Tools & CLI for interacting with CDSE product APIs
CDSETool provides Python Tools and Command line Interface (CLI)
programs for downloading Copernicus data from the Copernicus Data
Space Ecosystem.
.
Features:
* query
* querying by shapes
* querying by lists of parameters
* querying by dates
* listing search terms
* authenticating
* concurrently downloading features
* sequentially downloading features
Package: python3-cdsetool
Architecture: all
Depends: python3-cryptography,
${python3:Depends},
${misc:Depends}
Description: ${source:Synopsis} - Python
${source:Extended-Description}
.
This package provides the Python package.
Package: cdsetool
Section: utils
Architecture: all
Depends: python3-cdsetool (= ${source:Version}),
${python3:Depends},
${misc:Depends}
Description: ${source:Synopsis} - CLI
${source:Extended-Description}
.
This package provides the CLI program.
|