File: control

package info (click to toggle)
python-typing-inspect 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 156 kB
  • sloc: python: 945; sh: 8; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 1,022 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
Source: python-typing-inspect
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Louis-Philippe Véronneau <pollo@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-mypy-extensions <!nocheck>,
               python3-typing-extensions <!nocheck>,
               python3-pytest <!nocheck>
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/python-team/packages/python-typing-inspect.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-typing-inspect
Homepage: https://github.com/ilevkivskyi/typing_inspect

Package: python3-typing-inspect
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends},
Description: API for runtime inspection of types in Python
 The typing-inspect module defines experimental API for runtime inspection of
 types defined in the Python standard typing module.