Source: python-typing-extensions
Maintainer: openKylin Developers <packaging@lists.openkylin.top>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               flit (>= 3.11),
               pybuild-plugin-pyproject,
               python3-all:any,
               python3-setuptools
Standards-Version: 4.7.2
Vcs-Browser: https://gitee.com/openkylin/python-typing-extensions
Vcs-Git: https://gitee.com/openkylin/python-typing-extensions.git
Homepage: https://typing-extensions.readthedocs.io/en/latest/

Package: python3-typing-extensions
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Multi-Arch: foreign
Description: Backported and Experimental Type Hints for Python
 The "typing_extensions" module serves two related purposes:
 .
 1. Enable use of new type system features on older Python versions.
 2. Enable experimentation with new type system PEPs before they are accepted
    and added to the "typing" module.
 .
 "typing_extensions" is treated specially by static type checkers such as mypy
 and pyright. Objects defined in "typing_extensions" are treated the same
 way as equivalent forms in "typing".
