retype
Type annotator
Re-applies type annotations from .pyi stubs to codebases
Re-apply type annotations from .pyi stubs to your codebase.
141 stars
7 watching
18 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list
mypypep484pythonpython2python3stubstype-checkingtyping
Related projects:
Repository | Description | Stars |
---|---|---|
| Automatically adds type annotations to code | 241 |
| 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 |
| Translates type comments to type annotations in Python source code | 142 |
| A pytest plugin that generates annotations and stubs for Python modules based on their type definitions | 43 |
| Provides static type annotations for the Python standard library and third-party packages | 3 |
| A plugin for testing type checking and stubs using mypy and pytest | 107 |
| Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility | 201 |
| Provides type annotations for a specific Python package to support static analysis and code completion tools | 45 |
| Enhances Flake8 to better handle stub files used in type hinting | 73 |
| Enables typed polymorphism and type-safe business logic in Python without inheritance or interfaces. | 678 |
| Provides type hints and auto-completion support for SciPy libraries without requiring additional configuration or static type-checker plugins. | 23 |
| Enforces consistent use of optional type annotations in Python code | 17 |
| Provides type stubs and plugins to improve static typing for SQLAlchemy-based applications | 571 |
| Provides precise static types and type inference for Django framework | 1,630 |