Description
Provides newer and experimental typing features for Python versions that do not include them in the standard library yet. It helps libraries use modern type annotations while keeping compatibility with older supported Python releases.
Developers use it as a typing support library. It affects static analysis and runtime imports of typing helpers, but it does not enforce application data validation by itself.