com2ann
Type annotator
Translates type comments to type annotations in Python source code
Tool for translation type comments to type annotations in Python
142 stars
7 watching
12 forks
Language: Python
last commit: 11 months ago
Linked from 1 awesome list
annotationspython-3-6source-to-sourcetype-annotationstype-hints
Related projects:
Repository | Description | Stars |
---|---|---|
| A CLI tool to automatically add type annotations into Python code | 86 |
| A tool to automatically add type annotations to Python code based on runtime call arguments and return types. | 1,428 |
| Automatically adds type annotations to code | 241 |
| Re-applies type annotations from .pyi stubs to codebases | 141 |
| Enforces consistent use of optional type annotations in Python code | 17 |
| Detects missing type annotations in Python functions and methods | 156 |
| Provides utilities for inspecting and analyzing Python types at runtime | 352 |
| A learning tool to help developers understand type hints in Python by fixing errors and annotating code | 119 |
| Tools to help write clear and maintainable Python code with type annotations | 46 |
| Checks Python code for usage of outdated type annotations and suggests adding support for future annotations | 15 |
| Annotates TODO comments with issue links to prevent undocumented code issues | 428 |
| Provides static type annotations for the Python standard library and third-party packages | 3 |
| Enhances Haskell code review by displaying type annotations directly in the browser. | 141 |
| A package providing runtime type checking for Python functions annotated with argument type hints. | 29 |
| A module that provides experimental type hints and enables use of new type system features on older Python versions. | 450 |