typing_extensions

Type hinting extensions

A module that provides experimental type hints and enables use of new type system features on older Python versions.

Backported and experimental type hints for Python

GitHub

450 stars
19 watching
110 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
kracekumar/python-typing-koansA learning tool to help developers understand type hints in Python by fixing errors and annotating code119
bojiang/typing_utilsA set of utilities to work with type hints in Python 3.6+, including checking subtype relationships and extracting type information from objects.12
prettywood/future-typingLibrary providing type hinting generics support for Python 3.6 to 3.8 and 3.9+ for union types and standard collections.19
jorenham/optypeA library that provides runtime-checkable type protocols for operator overloading in Python24
pd4d10/octohintAn extension that adds IntelliSense hint to GitHub and GitLab code editors962
ilevkivskyi/typing_inspectProvides utilities for inspecting and analyzing Python types at runtime352
orsinium-labs/infer-typesA CLI tool to automatically add type annotations into Python code86
typesplainer/typesplainerAn interactive tool to explain and describe types in Python code82
haiiliin/abqpyProvides type hints and APIs to simplify Abaqus/Python scripting201
hauntsaninja/useful_typesProvides commonly used data structures and protocols in Python to improve code clarity and maintainability115
django-commons/django-typerProvides a standardized interface for managing Django commands using Type hints and Typer93
ilevkivskyi/com2annTranslates type comments to type annotations in Python source code142
jellezijlstra/autotypingAutomatically adds type annotations to code241
stewori/pytypesProvides runtime typechecking and annotation tools for Python to enforce strict type compatibility201
wishtack/pysyntheticA set of tools that simplify Python class creation by reducing boilerplate code and enforcing type checking.15