File: control

package info (click to toggle)
python-aiohttp-apispec 3.0.0~b2%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 204 kB
  • sloc: python: 439; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 1,040 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
Rules-Requires-Root: no
Priority: optional
Standards-Version: 4.6.0
Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-aiohttp (>= 3.0.1), python3-aiohttp (<< 4.0), python3-jinja2, python3-setuptools
Testsuite: autopkgtest-pkg-python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Source: python-aiohttp-apispec
Section: python
Vcs-Git: https://salsa.debian.org/python-team/packages/aiohttp-apispec.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/aiohttp-apispec
Homepage: https://github.com/maximdanilchenko/aiohttp-apispec

Package: python3-aiohttp-apispec
Depends: ${python3:Depends}, ${misc:Depends}
Architecture: all
Description: Build and document REST APIs with aiohttp and apispec
 This Python module exports various decorators to automatically export
 Swagger specifications from a aiohttp server.
 .
 It also includes middleware to validate against marshmallow schemas.
 .
 Swagger UI support is currently not included.