pytype icon
pytype icon

pytype

 Like this app

Pytype checks and infers types for your Python code - without requiring type annotations.

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  No rating
0 likes
0comments
0 news articles

Features

Suggest and vote on features
  1.  Static Code Analysis
  2.  Static analysis

pytype News & Activities

Highlights All activities

Recent activities

Show all activities

pytype information

  • Developed by

    Google
  • Licensing

    Open Source and Free product.
  • Written in

  • Alternatives

    3 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  4,785 Stars
  •  281 Forks
  •  178 Open Issues
  •   Updated Dec 6, 2024 
View on GitHub

Our users have written 0 comments and reviews about pytype, and it has gotten 0 likes

pytype was added to AlternativeTo by other on Mar 31, 2023 and this page was last updated Aug 7, 2024.
No comments or reviews, maybe you want to be first?
Post comment/review

What 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++)

Official Links