

pytype
Like
Pytype checks and infers types for your Python code - without requiring type annotations.
Cost / License
- Free
- Open Source
Platforms
- Mac
- Windows
- Linux
pytype News & Activities
Highlights All activities
Recent activities
No activities found.
pytype information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat is pytype?
Pytype checks and infers types for your Python code - without requiring type annotations.
- Lint plain Python code, flagging common mistakes such as misspelled attribute names, incorrect function calls, and much more, even across file boundaries.
- Enforce user-provided type annotations. While annotations are optional for pytype, it will check and apply them where present.
- Generate type annotations in standalone files ("pyi files"), which can be merged back into the Python source with a provided merge-pyi tool.
Written in Python (with a little bit of C++)

