gituser/production/: typing-3.6.1 metadata and description
Type Hints for Python
| author | Guido van Rossum, Jukka Lehtosalo, Łukasz Langa |
| author_email | jukka.lehtosalo@iki.fi |
| classifiers |
|
| keywords | typing function annotations type hints hinting checking checker typehints typehinting typechecking backport |
| license | PSF |
| File | Tox results | History |
|---|---|---|
typing-3.6.1-py2-none-any.whl
|
|
Typing – Type Hints for Python
This is a backport of the standard library typing module to Python versions older than 3.6.
Typing defines a standard notation for Python function and variable type annotations. The notation can be used for documenting code in a concise, standard format, and it has been designed to also be used by static and runtime type checkers, static analyzers, IDEs and other tools.