infer-types
Type annotator
A CLI tool to automatically add type annotations into Python code
A CLI tool to automatically add type annotations into Python code. Must have tool for annotating existing code.
86 stars
3 watching
6 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list
annotationscode-formattercode-generationmypypyannotatepythonpython3pytypestatic-analysistype-annotationstype-checkingtype-inferencetyping
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Translates type comments to type annotations in Python source code | 142 |
| | A tool to simplify Python package maintenance by automating type checking and stub installation. | 19 |
| | 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 |
| | A tool to integrate mypy into an existing Python project and track progress on resolving type errors. | 59 |
| | Provides utilities for inspecting and analyzing Python types at runtime | 352 |
| | A testing tool for verifying mypy plugin and type functionality | 5 |
| | Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility | 201 |
| | Enforces consistent use of optional type annotations in Python code | 17 |
| | A tool that takes encoded data and attempts to infer the types of its components | 282 |
| | A Python library that simplifies type checking and validation in object-oriented coding | 22 |
| | A library that provides runtime-checkable type protocols for operator overloading in Python | 24 |
| | An interactive tool to explain and describe types in Python code | 82 |
| | Infer static type information from Python code by tracing execution paths | 11 |