Backported and Experimental Type Hints for Python 3.5+
Project description
Typing Extensions – Backported and Experimental Type Hints for Python
The typing module was added to the standard library in Python 3.5, but many new features have been added to the module since then. 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.Protocol or typing.TypedDict.
The typing_extensions module contains backports of these changes. Experimental types that will eventually be added to the typing module are also included in typing_extensions, such as typing.ParamSpec and typing.TypeGuard.
Users of Python versions before 3.5 should 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for typing_extensions-3.10.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83af6730a045fda60f46510f7f1f094776d90321caa4d97d20ef38871bef4bd3 |
|
MD5 | 534781b600f62d5850f22f47949ba744 |
|
BLAKE2b-256 | a5506fbfb5a45d4d8024222849f0731f8d8ddc5c7fe657a8f799bd4c605e93e0 |
Hashes for typing_extensions-3.10.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 045dd532231acfa03628df5e0c66dba64e2cc8fc8b844538d4ad6d5dd6cb82dc |
|
MD5 | c4c0d8cb7984a1b9c50e6a20c1a0cc9d |
|
BLAKE2b-256 | e8ee237d13b6d3d532778a57df23e6df4b2a82fbbeb833c4016054c6b6730d56 |
Hashes for typing_extensions-3.10.0.1-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bbffbd37fbeb9747a0241fdfde5ae99d4531ad1d1a41ccaea62100e15a5814c |
|
MD5 | 731477c84a2115a42e5c0dcfa95990f4 |
|
BLAKE2b-256 | df93ef0c164cd0bab2937275daf59b4c284331332d12f9e21866a56f5beb8ded |