Typing Extensions – Backported and Experimental Type Hints for Python
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 or TypedDict.
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.
Release files for typing-extensions 3.7.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| typing_extensions-3.7.4.tar.gz | 36.1 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| typing_extensions-3.7.4-py3-none-any.whl | Python 3 | none | any | Details |
| typing_extensions-3.7.4-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 65.7 kB
Release files / typing_extensions-3.7.4.tar.gz
| Download URL | typing_extensions-3.7.4.tar.gz |
|---|---|
| Size | 36.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2ed632b30bb54fc3941c382decfd0ee4148f5c591651c9272473fea2c6397d95
|
|
BLAKE2b-256 checksum How to use checksums |
59b621774b993eec6e797fbc49e53830df823b69a3cb62f94d36dfb497a0b65a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.6
|
Release files / typing_extensions-3.7.4-py3-none-any.whl
| Download URL | typing_extensions-3.7.4-py3-none-any.whl |
|---|---|
| Size | 20.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d8179012ec2c620d3791ca6fe2bf7979d979acdbef1fca0bc56b37411db682ed
|
|
BLAKE2b-256 checksum How to use checksums |
27aabd1442cfb0224da1b671ab334d3b0a4302e4161ea916e28904ff9618d471
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.6
|
Release files / typing_extensions-3.7.4-py2-none-any.whl
| Download URL | typing_extensions-3.7.4-py2-none-any.whl |
|---|---|
| Size | 8.9 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
b1edbbf0652660e32ae780ac9433f4231e7339c7f9a8057d0f042fcbcea49b87
|
|
BLAKE2b-256 checksum How to use checksums |
b84deddc8b3c539cd79a31987ffc96ccd62ecc35f637d5d4fdaa37e4b64a2e5b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.6
|