File: control

package info (click to toggle)
flask-openapi3 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,976 kB
  • sloc: python: 4,754; sh: 17; makefile: 15; javascript: 5
file content (68 lines) | stat: -rw-r--r-- 2,177 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
Source: flask-openapi3
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Karsten Schöke <karsten.schoeke@geobasis-bb.de>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-flask,
 python3-hatchling,
 python3-pydantic,
Build-Depends-Indep:
 mkdocs <!nodoc>,
 mkdocs-material <!nodoc>,
 mkdocstrings <!nodoc>,
 mkdocstrings-python-handlers <!nodoc>,
 python3-asgiref <!nocheck>,
 python3-pytest <!nocheck>,
 python3-yaml<!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/flask-openapi3
Vcs-Git: https://salsa.debian.org/python-team/packages/flask-openapi3.git
Homepage: https://github.com/luolingchun/flask-openapi3

Package: python-flask-openapi3-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 ${mkdocs:Depends},
 ${misc:Depends},
Description: Web API framework based on Flask (Documentation)
 Flask OpenAPI3 is a web API framework based on Flask. It uses Pydantic
 to verify data and automatic generation of interaction documentation.
 .
 The key features are:
  * Easy to code: Easy to use and easy to learn
  * Standard document specification: Based on OpenAPI Specification
  * Interactive OpenAPI documentation: Swagger, Redoc, RapiDoc, RapiPdf,
    Scalar, Elements
  * Data validation: Fast data verification based on Pydantic
 .
 This package contains the HTML documentation.

Package: python3-flask-openapi3
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 ${python3:Recommends},
Suggests:
 python-flask-openapi3-doc,
 ${python3:Suggests},
Description: Web API framework based on Flask
 Flask OpenAPI3 is a web API framework based on Flask. It uses Pydantic
 to verify data and automatic generation of interaction documentation.
 .
 The key features are:
  * Easy to code: Easy to use and easy to learn
  * Standard document specification: Based on OpenAPI Specification
  * Interactive OpenAPI documentation: Swagger, Redoc, RapiDoc, RapiPdf,
    Scalar, Elements
  * Data validation: Fast data verification based on Pydantic