autotyping
Type annotator
Automatically adds type annotations to code
Automatically add simple type annotations to your code
238 stars
8 watching
20 forks
Language: Python
last commit: about 2 months ago
Linked from 1 awesome list
mypypythontyping
Related projects:
Repository | Description | Stars |
---|---|---|
orsinium-labs/infer-types | A CLI tool to automatically add type annotations into Python code | 85 |
ambv/retype | Re-applies type annotations from .pyi stubs to codebases | 142 |
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 | 141 |
luttik/auto-optional | Enforces consistent use of optional type annotations in Python code | 17 |
annotorious/annotorious | Tool for adding image annotation functionality to web pages with minimal JavaScript code. | 682 |
kotlinisland/basedtyping | A collection of helpers and utilities to aid in dealing with types at static analysis and runtime. | 9 |
jorenham/optype | An opinionated typing package that simplifies type hints in Python by providing protocols for special methods like multiplication and addition | 15 |
kotlinisland/basedmypy | A Python type checker built to resolve issues with the mypy project and Python's typing system | 143 |
tyleryep/flake8-future-annotations | Checks Python code for usage of outdated type annotations and suggests adding support for future annotations | 15 |
sco1/flake8-annotations | Detects missing type annotations in Python functions and methods | 156 |
synyi/poplar | A web-based annotation tool for natural language processing (NLP) | 519 |
dry-python/classes | Typed polymorphism primitives for Python business logic | 670 |
aldanor/typo | A package providing runtime type checking for Python functions annotated with argument type hints. | 28 |
shoobx/mypy-zope | A plugin to enable type checking of Zope interface implementations in mypy. | 39 |