File: control

package info (click to toggle)
sphinx-autodoc-typehints 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 392 kB
  • sloc: python: 2,386; makefile: 3
file content (37 lines) | stat: -rw-r--r-- 1,299 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
Source: sphinx-autodoc-typehints
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 William Grzybowski <william@grzy.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-doc <!nocheck>,
 python3-hatch-vcs,
 python3-hatchling (>= 1.27),
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-sphinx (>= 8.2),
 python3-sphobjinv <!nocheck>,
 python3-typing-extensions <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/tox-dev/sphinx-autodoc-typehints
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinx-autodoc-typehints
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinx-autodoc-typehints.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-sphinx-autodoc-typehints
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Type hints support for the Sphinx autodoc extension
 This extension allows you to use Python 3 annotations for documenting
 acceptable argument types and return value types of functions.
 .
 It listens to the autodoc-process-signature and autodoc-process-docstring
 Sphinx events in order to strip annotations and inject appropriate directives.