python3-typing-extensions

Backported and Experimental Type Hints for Python

Description

The "typing_extensions" module serves two related purposes:

1. Enable use of new type system features on older Python versions. 2. Enable experimentation with new type system PEPs before they are accepted
   and added to the "typing" module.

"typing_extensions" is treated specially by static type checkers such as mypy and pyright. Objects defined in "typing_extensions" are treated the same way as equivalent forms in "typing".

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://typing-extensions.readthedocs.io/en/latest/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-typing-extensions