File: control

package info (click to toggle)
pydantic-extra-types 2.10.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 812 kB
  • sloc: python: 4,868; makefile: 47
file content (42 lines) | stat: -rw-r--r-- 1,458 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
37
38
39
40
41
42
Source: pydantic-extra-types
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Colin Watson <cjwatson@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-hatchling,
 python3-pendulum <!nocheck>,
 python3-phonenumbers <!nocheck>,
 python3-pycountry <!nocheck>,
 python3-pydantic <!nocheck>,
 python3-pymongo <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytz <!nocheck>,
 python3-semver (>= 3.0.2) <!nocheck>,
 python3-typing-extensions <!nocheck>,
 python3-ulid <!nocheck>,
 tzdata <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/pydantic/pydantic-extra-types
Vcs-Browser: https://salsa.debian.org/python-team/packages/pydantic-extra-types
Vcs-Git: https://salsa.debian.org/python-team/packages/pydantic-extra-types.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-pydantic-extra-types
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Data validation and settings management using Python type hinting (extra types)
 Data validation and settings management using Python type hinting
 pydantic uses type hinting (PEP 484) and variable annotation (PEP 526) to
 validate that untrusted data takes the desired form. There is also support for
 an extension to dataclasses where the input data is validated.
 .
 This package contains extra types.