Package: python3-typing-extensions-src
Version: 4.9.0-r1
Depends: libc
Source: feeds/packages/lang/python/python-typing-extensions
SourceName: python-typing-extensions
License: Python-2.0.1 0BSD
LicenseFiles: LICENSE
Section: lang
SourceDateEpoch: 1778173174
URL: https://github.com/python/typing_extensions
Maintainer: Jan Pavlinec <jan.pavlinec1@gmail.com>, Jeffery To <jeffery.to@gmail.com>
Architecture: aarch64_generic
Installed-Size: 122880
Description:  The typing_extensions module serves two related purposes:
 
 * Enable use of new type system features on older Python versions. For
 example, typing.TypeGuard is new in Python 3.10, but typing_extensions
 allows users on previous Python versions to use it too.
 
 * Enable experimentation with new type system PEPs before they are
 accepted and added to the typing module.
 
 This package contains the Python source files for python3-typing-extensions.
