File: control

package info (click to toggle)
apispec 6.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 660 kB
  • sloc: python: 4,908; makefile: 150; sh: 10
file content (61 lines) | stat: -rw-r--r-- 1,809 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
Source: apispec
Standards-Version: 4.7.2
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Jelmer Vernooij <jelmer@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 python3-setuptools,
 python3-all,
 python3-sphinx,
 python3-sphinx-rtd-theme,
 python3-sphinx-issues,
 python3-pytest,
 python3-marshmallow,
 python3-yaml,
 flit,
 pybuild-plugin-pyproject,
Vcs-Browser: https://salsa.debian.org/python-team/packages/apispec
Vcs-Git: https://salsa.debian.org/python-team/packages/apispec.git
Homepage: https://github.com/marshmallow-code/apispec
Rules-Requires-Root: no

Package: python3-apispec
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Suggests:
 python-apispec-doc,
Description: pluggable API specification generator (Python 3)
 This package contains a pluggable API specification generator. It currently
 supports the OpenAPI Specification (f.k.a. the Swagger specification).
 The features are:
    - Supports the OpenAPI Specification (versions 2 and 3)
    - Framework-agnostic
    - Built-in support for marshmallow
    - Utilities for parsing docstrings
 .
 This package installs the library for Python 3.

Package: python-apispec-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 ${sphinxdoc:Depends},
 ${misc:Depends},
Recommends:
 python3-yaml,
Description: pluggable API specification generator (common documentation)
 This package contains a pluggable API specification generator. It currently
 supports the OpenAPI Specification (f.k.a. the Swagger specification).
 The features are:
    - Supports the OpenAPI Specification (versions 2 and 3)
    - Framework-agnostic
    - Built-in support for marshmallow
    - Utilities for parsing docstrings
 .
 This is the common documentation package.