future-typing
type hinting library
Library providing type hinting generics support for Python 3.6 to 3.8 and 3.9+ for union types and standard collections.
Backport for type hinting generics in standard collections and union types as X | Y
19 stars
1 watching
2 forks
Language: Python
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A module that provides experimental type hints and enables use of new type system features on older Python versions. | 450 |
| A learning tool to help developers understand type hints in Python by fixing errors and annotating code | 119 |
| A set of utilities to work with type hints in Python 3.6+, including checking subtype relationships and extracting type information from objects. | 12 |
| A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 23 |
| Mypy stubs for Django REST Framework to support type hinting and static typing | 458 |
| Implements functional types for handling side-effects in Python with Either, Option, Try, and Future monads. | 31 |
| Provides type hints and APIs to simplify Abaqus/Python scripting | 201 |
| Checks Python code for usage of outdated type annotations and suggests adding support for future annotations | 15 |
| A library that provides runtime-checkable type protocols for operator overloading in Python | 24 |
| Typesafe wrappers for handling errors and absent data in Python | 44 |
| A collection of utilities for creating and working with type-guards and assertions in TypeScript. | 54 |
| A set of tools that simplify Python class creation by reducing boilerplate code and enforcing type checking. | 15 |
| Enhances Flake8 to better handle stub files used in type hinting | 73 |
| An automated tool to fix Python code to comply with PEP 484's explicit use of Optional type hints | 85 |
| Automatically adds type annotations to code | 241 |