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.
Release files for typing-extensions 3.10.0.2
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.10.0.2.tar.gz | 46.0 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| typing_extensions-3.10.0.2-py3-none-any.whl | Python 3 | none | any | Details |
| typing_extensions-3.10.0.2-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 81.6 kB
Release files / typing_extensions-3.10.0.2.tar.gz
| Download URL | typing_extensions-3.10.0.2.tar.gz |
|---|---|
| Size | 46.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e
|
|
BLAKE2b-256 checksum How to use checksums |
ed12c5079a15cf5c01d7f4252b473b00f7e68ee711be605b9f001528f0298b98
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
|
Release files / typing_extensions-3.10.0.2-py3-none-any.whl
| Download URL | typing_extensions-3.10.0.2-py3-none-any.whl |
|---|---|
| Size | 26.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f1d25edafde516b146ecd0613dabcc61409817af4766fbbcfb8d1ad4ec441a34
|
|
BLAKE2b-256 checksum How to use checksums |
746018783336cc7fcdd95dae91d73477830aa53f5d3181ae4fe20491d7fc3199
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
|
Release files / typing_extensions-3.10.0.2-py2-none-any.whl
| Download URL | typing_extensions-3.10.0.2-py2-none-any.whl |
|---|---|
| Size | 9.3 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
d8226d10bc02a29bcc81df19a26e56a9647f8b0a6d4a83924139f4a8b01f17b7
|
|
BLAKE2b-256 checksum How to use checksums |
cc1e0310dee9d86a41f003c519ce263f3b931c54852fcb15ec780137b2e53d4e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
|