mypy-protobuf: Generate mypy stub files from protobuf specs
PyAnnotate: Auto-generate PEP-484 annotations
Pytype is a static code analysis tool and type inference engine for Python. It functions as a static type analyzer that detects type mismatches and verifies type annotations without requiring full manual hinting, while also serving as a type stub generator for producing standalone definition files. The project distinguishes itself by automatically determining variable and function types through an analysis of code patterns and assignments. This inference engine allows for structural code verification and the generation of type stubs that describe the interfaces of modules and functions. The
!!! Note this project is no longer supported/maintained as of 2022 August 14th !!!
kk Tools to generate Python types based on TypedDict from a JSON schema
The main features of camptocamp/jsonschema-gentypes are: Annotation Tools.
Open-source alternatives to camptocamp/jsonschema-gentypes include: dropbox/mypy-protobuf — mypy-protobuf: Generate mypy stub files from protobuf specs. dropbox/pyannotate — PyAnnotate: Auto-generate PEP-484 annotations. google/pytype — Pytype is a static code analysis tool and type inference engine for Python. It functions as a static type analyzer… ilevkivskyi/com2ann — com2ann. instagram/monkeytype — MonkeyType is a runtime type inferencer and analysis tool for Python. It collects actual argument and return types… ambv/retype — !!! Note this project is no longer supported/maintained as of 2022 August 14th !!!