com2ann

Type annotator

Translates type comments to type annotations in Python source code

Tool for translation type comments to type annotations in Python

GitHub

142 stars
7 watching
12 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list

annotationspython-3-6source-to-sourcetype-annotationstype-hints

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
orsinium-labs/infer-typesA CLI tool to automatically add type annotations into Python code86
dropbox/pyannotateA tool to automatically add type annotations to Python code based on runtime call arguments and return types.1,428
jellezijlstra/autotypingAutomatically adds type annotations to code241
ambv/retypeRe-applies type annotations from .pyi stubs to codebases141
luttik/auto-optionalEnforces consistent use of optional type annotations in Python code17
sco1/flake8-annotationsDetects missing type annotations in Python functions and methods156
ilevkivskyi/typing_inspectProvides utilities for inspecting and analyzing Python types at runtime352
kracekumar/python-typing-koansA learning tool to help developers understand type hints in Python by fixing errors and annotating code119
best-doctor/flake8-annotations-complexityTools to help write clear and maintainable Python code with type annotations46
tyleryep/flake8-future-annotationsChecks Python code for usage of outdated type annotations and suggests adding support for future annotations15
preslavmihaylov/todocheckAnnotates TODO comments with issue links to prevent undocumented code issues428
kotlinisland/basedtypeshedProvides static type annotations for the Python standard library and third-party packages3
matsumonkie/izunaEnhances Haskell code review by displaying type annotations directly in the browser.141
aldanor/typoA package providing runtime type checking for Python functions annotated with argument type hints.29
python/typing_extensionsA module that provides experimental type hints and enables use of new type system features on older Python versions.450