File: control

package info (click to toggle)
python-datamodel-code-generator 0.34.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,376 kB
  • sloc: python: 19,882; makefile: 15
file content (61 lines) | stat: -rw-r--r-- 1,905 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Source: python-datamodel-code-generator
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Priority: optional
Standards-Version: 4.7.2
Section: python
Homepage: https://github.com/koxudaxi/datamodel-code-generator
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 black,
 help2man,
 pybuild-plugin-pyproject,
 python3-all,
 python3-argcomplete,
 python3-freezegun <!nocheck>,
 python3-genson <!nocheck>,
 python3-graphql-core <!nocheck>,
 python3-hatchling,
 python3-httpx <!nocheck>,
 python3-isort,
 python3-jinja2,
 python3-poetry-core,
 python3-pydantic,
 python3-pytest <!nocheck>,
 python3-pytest-benchmark <!nocheck>,
 python3-pytest-mock <!nocheck>,
 python3-setuptools,
 python3-yaml,
Vcs-Git: https://salsa.debian.org/python-team/packages/python-datamodel-code-generator.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-datamodel-code-generator
Testsuite: autopkgtest-pkg-pybuild

Package: python3-datamodel-code-generator
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: pydantic code generator from OpenAPI and more (Python library)
 Pydantic model and dataclasses.dataclass generator for easy
 conversion of JSON, OpenAPI, JSON Schema, and YAML data sources.
 .
 See https://koxudaxi.github.io/datamodel-code-generator for more details.
 .
 This package contains the Python library.

Package: datamodel-codegen
Section: devel
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: pydantic code generator from OpenAPI and more (command-line tool)
 Pydantic model and dataclasses.dataclass generator for easy
 conversion of JSON, OpenAPI, JSON Schema, and YAML data sources.
 .
 See https://koxudaxi.github.io/datamodel-code-generator for more details.
 .
 This package contains the command-line tool datamodel-codegen.