File: control

package info (click to toggle)
sphinx-autodoc-typehints 1.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 180 kB
  • sloc: python: 833; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 1,127 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
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-python,
               python3-all,
               python3-setuptools,
               python3-setuptools-scm
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: https://github.com/agronholm/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-python

Package: python3-sphinx-autodoc-typehints
Architecture: all
Depends: ${python3:Depends}, ${misc: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.