Source: python-type-lens Section: python Maintainer: Debian Python Team Uploaders: Peter Pentchev , Build-Depends: debhelper-compat (= 14), dh-sequence-python3, dh-sequence-single-binary, dpkg-build-api (= 1), pybuild-plugin-pyproject, python3-all, python3-covdefaults , python3-hatchling, python3-pytest , python3-pytest-cov , python3-typing-extensions, Standards-Version: 4.7.4 Homepage: https://litestar.dev/ Vcs-Git: https://salsa.debian.org/python-team/packages/python-type-lens.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-type-lens X-Style: black Testsuite: autopkgtest-pkg-pybuild Package: python3-type-lens Architecture: all Depends: ${python3:Depends}, Description: Library for introspecting Python type annotations at runtime type-lens is a library for introspecting Python type annotations at runtime. It aims to provide a unified, ergonomic API that works consistently across Python versions, smoothing over the many version-specific quirks and behavioral differences in Python's typing module. . This package provides the Python 3.x type_lens module.