×

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:04 2024
md5 checksum 412afe3f5da2c21b04c3ff10479e5e59
arch x86_64
build py38_0
depends python >=3.8,<3.9.0a0
license PSF
license_family PSF
md5 412afe3f5da2c21b04c3ff10479e5e59
name typing_extensions
platform linux
sha1 3a9e529d5e10079283a28baca0af0fd689fb5624
sha256 d3f40664a73078188452633128cf6f8dc181fade4d642b0814fb4f716cfdf4ad
size 42368
subdir linux-64
timestamp 1573975362923
version 3.7.4.1