×

The typing module was added to the standard library in Python 3.5 on a provisional basis and will no longer be provisional in Python 3.7. However, this means users of Python 3.5 - 3.6 who are unable to upgrade will not be able to take advantage of new types added to the typing module, such as typing.Text or typing.Coroutine. The typing_extensions module contains both backports of these changes as well as experimental types that will eventually be added to the typing module, such as Protocol. Users of other Python versions should continue to install and use the typing module from PyPi instead of using this one unless specifically writing code that must be compatible with multiple Python versions or requires experimental types.

Uploaded Wed Nov 20 19:22:05 2024
md5 checksum 060ed60f61f04c3335ec5d4b0b1f62e5
arch x86_64
build py38_0
depends python >=3.8,<3.9.0a0
license PSF
license_family PSF
md5 060ed60f61f04c3335ec5d4b0b1f62e5
name typing_extensions
platform linux
sha1 ffb0f7dcc4042a6e00ebf8542fe01442e745e369
sha256 4b976194945e1aa00a9a939f8ca70da1a5403c4d437ebfe7e0c2cbf066e66bdd
size 38614
subdir linux-64
timestamp 1573200309422
version 3.7.4