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 |
---|---|---|
jellezijlstra/autotyping | Automatically adds type annotations to code | 241 |
orsinium-labs/infer-types | A CLI tool to automatically add type annotations into Python code | 86 |
dropbox/pyannotate | A tool to automatically add type annotations to Python code based on runtime call arguments and return types. | 1,428 |
ilevkivskyi/com2ann | Translates type comments to type annotations in Python source code | 142 |
mariusvniekerk/pytest-monkeytype | A pytest plugin that generates annotations and stubs for Python modules based on their type definitions | 43 |
kotlinisland/basedtypeshed | Provides static type annotations for the Python standard library and third-party packages | 3 |
typeddjango/pytest-mypy-plugins | A plugin for testing type checking and stubs using mypy and pytest | 107 |
stewori/pytypes | Provides runtime typechecking and annotation tools for Python to enforce strict type compatibility | 201 |
lxml/lxml-stubs | Provides type annotations for a specific Python package to support static analysis and code completion tools | 45 |
pycqa/flake8-pyi | Enhances Flake8 to better handle stub files used in type hinting | 73 |
dry-python/classes | Enables typed polymorphism and type-safe business logic in Python without inheritance or interfaces. | 678 |
jorenham/scipy-stubs | Provides type hints and auto-completion support for SciPy libraries without requiring additional configuration or static type-checker plugins. | 23 |
luttik/auto-optional | Enforces consistent use of optional type annotations in Python code | 17 |
dropbox/sqlalchemy-stubs | Provides type stubs and plugins to improve static typing for SQLAlchemy-based applications | 571 |
typeddjango/django-stubs | Provides precise static types and type inference for Django framework | 1,630 |