File: control

package info (click to toggle)
python-drf-spectacular 0.28.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,732 kB
  • sloc: python: 14,160; javascript: 114; sh: 61; makefile: 30
file content (82 lines) | stat: -rw-r--r-- 2,870 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Source: python-drf-spectacular
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-sequence-python3,
 dh-sequence-sphinxdoc,
 furo,
 pybuild-plugin-pyproject,
 python3-all,
 python3-django (>= 2:2.2~),
 python3-django-filters,
 python3-django-oauth-toolkit (>= 1.2.0~),
 python3-django-polymorphic,
 python3-djangorestframework (>= 3.10~),
 python3-inflection,
 python3-jsonschema,
 python3-psycopg2,
 python3-pytest <!nocheck>,
 python3-pytest-django,
 python3-setuptools,
 python3-sphinx,
 python3-uritemplate (>= 3~),
 python3-yaml,
Standards-Version: 4.7.0
Homepage: https://github.com/tfranzel/drf-spectacular/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-drf-spectacular
Vcs-Git: https://salsa.debian.org/python-team/packages/python-drf-spectacular.git
Rules-Requires-Root: no

Package: python-djangorestframework-spectacular-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Multi-Arch: foreign
Description: OpenAPI 3 schema generation for Django REST framework (Documentation)
 Sane and flexible OpenAPI 3 schema generation for Django REST framework. The
 code is a heavily modified fork of the DRF OpenAPI generator, which is/was
 lacking all of the below listed features:
 .
  * Serializers modelled as components (arbitrary nesting and recursion
    supported)
  * Authentication support (DRF natives included, easily extendable)
  * Custom serializer class support
  * Tags extraction
  * Description extraction from docstrings
  * Sane fallbacks where no Serializer is available
  * Sane operation_id naming (based on path)
  * Easy to use hooks for extending the AutoSchema class
  * Optional schema serving with SpectacularAPIView
 .
 This package contains the documentation.

Package: python3-djangorestframework-spectacular
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-djangorestframework-spectacular-doc,
Description: OpenAPI 3 schema generation for Django REST framework (Python3 version)
 Sane and flexible OpenAPI 3 schema generation for Django REST framework. The
 code is a heavily modified fork of the DRF OpenAPI generator, which is/was
 lacking all of the below listed features:
 .
  * Serializers modelled as components (arbitrary nesting and recursion
    supported)
  * Authentication support (DRF natives included, easily extendable)
  * Custom serializer class support
  * Tags extraction
  * Description extraction from docstrings
  * Sane fallbacks where no Serializer is available
  * Sane operation_id naming (based on path)
  * Easy to use hooks for extending the AutoSchema class
  * Optional schema serving with SpectacularAPIView
 .
 This package contains the Python 3 version of the library.