File: control

package info (click to toggle)
stac-pydantic 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 664 kB
  • sloc: python: 1,787; makefile: 4
file content (36 lines) | stat: -rw-r--r-- 1,374 bytes parent folder | download
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
Source: stac-pydantic
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),
               pybuild-plugin-pyproject,
               dh-sequence-python3,
               python3-all,
               python3-click,
               python3-dictdiffer <!nocheck>,
               python3-geojson-pydantic,
               python3-jsonschema,
               python3-pydantic,
               python3-pytest <!nocheck>,
               python3-requests,
               python3-setuptools,
               python3-shapely <!nocheck>,
               python3-yaml <!nocheck>
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/stac-utils/stac-pydantic
Vcs-Browser: https://salsa.debian.org/debian-gis-team/stac-pydantic
Vcs-Git: https://salsa.debian.org/debian-gis-team/stac-pydantic.git

Package: python3-stac-pydantic
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Recommends: python3-jsonschema,
            python3-requests,
Description: Pydantic data models for the STAC spec
 The main purpose of this library is to provide reusable
 request/response models for tools such as fastapi.
 For more comprehensive schema validation and robust extension
 support, use pystac.