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
|
Source: stac-validator
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-click,
python3-jsonschema,
python3-pytest,
python3-requests,
python3-requests-mock <!nocheck>,
python3-referencing,
python3-setuptools
Standards-Version: 4.7.0
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/stac-utils/stac-validator
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian-gis-team/stac-validator
Vcs-Git: https://salsa.debian.org/debian-gis-team/stac-validator.git
Description: Python package to validate STAC files
stac-validator is a library and cli tool for validating SpatioTemporal
Asset Catalogs (STAC).
It is written in Python and can be used to validate STAC Items,
Collections, and Catalogs.
Package: python3-stac-validator
Architecture: all
Depends: ${python3:Depends},
${misc:Depends}
Description: ${source:Synopsis}
${source:Extended-Description}
Package: stac-validator
Architecture: all
Section: utils
Depends: python3-stac-validator (= ${source:Version}),
${python3:Depends},
${misc:Depends}
Description: ${source:Synopsis} (CLI programs)
${source:Extended-Description}
.
This package contains CLI programs.
|