File: control

package info (click to toggle)
python-djantic 0.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 452 kB
  • sloc: python: 2,599; sh: 19; makefile: 10
file content (58 lines) | stat: -rw-r--r-- 1,861 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
Source: python-djantic
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 mkdocs (>= 1.0.4),
 mkdocs-material,
 pybuild-plugin-pyproject,
 python3-all,
 python3-django,
 python3-factory-boy,
 python3-mkautodoc,
 python3-poetry-core,
 python3-psycopg2,
 python3-pydantic,
 python3-pytest,
 python3-pytest-django,
 python3-sphinx,
Standards-Version: 4.6.2
Homepage: https://github.com/jordaneremieff/djantic
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-djantic
Vcs-Git: https://salsa.debian.org/python-team/packages/python-djantic.git
Rules-Requires-Root: no

Package: python-djantic-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${mkdocs:Depends},
Description: Pydantic model support for Django (Documentation)
 Djantic is a library that provides a configurable utility class for
 automatically creating a Pydantic model instance for any Django model class. It
 is intended to support all of the underlying Pydantic model functionality such
 as JSON schema generation and introduces custom behaviour for exporting Django
 model instance data.
 .
 This package contains the documentation.

Package: python3-djantic
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-djantic-doc,
Description: Pydantic model support for Django (Python3 version)
 Djantic is a library that provides a configurable utility class for
 automatically creating a Pydantic model instance for any Django model class. It
 is intended to support all of the underlying Pydantic model functionality such
 as JSON schema generation and introduces custom behaviour for exporting Django
 model instance data.
 .
 This package contains the Python 3 version of the library.