Source: python-typing-inspect Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Louis-Philippe VĂ©ronneau Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, python3-mypy-extensions , python3-typing-extensions , python3-pytest Standards-Version: 4.6.1 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.