File: control

package info (click to toggle)
python-openapi-core 0.22.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,104 kB
  • sloc: python: 19,979; makefile: 44
file content (89 lines) | stat: -rw-r--r-- 3,232 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
83
84
85
86
87
88
89
Source: python-openapi-core
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julian Gilbey <jdg@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               help2man,
               mkdocs <!nodoc>,
               mkdocs-material <!nodoc>,
               mkdocstrings <!nodoc>,
               mkdocstrings-python-handlers <!nodoc>,
               pybuild-plugin-pyproject,
               python3-aiohttp,
               python3-aioitertools,
               python3-all,
               python3-django,
               python3-djangorestframework <!nocheck>,
               python3-falcon,
               python3-fastapi,
               python3-flask,
               python3-griffe-typingdoc <!nodoc>,
               python3-httpx <!nocheck>,
               python3-isodate,
               python3-jsonschema (>= 4.23.0),
               python3-jsonschema-path,
               python3-more-itertools,
               python3-multidict,
               python3-openapi-schema-validator,
               python3-openapi-spec-validator,
               python3-poetry-core,
               python3-pytest <!nocheck>,
               python3-pytest-aiohttp <!nocheck>,
               python3-pytest-cov <!nocheck>,
               python3-requests,
               python3-responses <!nocheck>,
               python3-starlette,
               python3-strict-rfc3339 <!nocheck>,
               python3-typing-extensions,
               python3-werkzeug
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.2
Homepage: https://github.com/python-openapi/openapi-core
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-openapi-core
Vcs-Git: https://salsa.debian.org/python-team/packages/python-openapi-core.git
Rules-Requires-Root: no
Description: Client- and server-side support for OpenAPI specification
 This Python library adds client-side and server-side support for the
 OpenAPI v3.0 and v3.1 specification. It offers:
 .
   * validation and unmarshalling of request and response data (including
     webhooks)
   * integration with popular libraries (Requests and Werkzeug) and
     frameworks (Django, Falcon, Flask, Starlette)
   * customization with media type deserializers and format unmarshallers
   * security data providers (API keys, Cookie, Basic and Bearer HTTP
     authentications)

Package: python3-openapi-core
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: python-openapi-core-doc,
          python3-aiohttp,
          python3-aioitertools,
          python3-django,
          python3-falcon,
          python3-fastapi,
          python3-flask,
          python3-multidict,
          python3-requests,
          python3-starlette
Multi-Arch: foreign
Description: ${source:Synopsis} (Python 3)
 ${source:Extended-Description}
 .
 This package installs the library for Python 3.

Package: python-openapi-core-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: python3-openapi-core
Multi-Arch: foreign
Description: ${source:Synopsis} (documentation)
 ${source:Extended-Description}
 .
 This package contains HTML documentation.
Build-Profiles: <!nodoc>