Skip to content
Jukka Lehtosalo edited this page Mar 30, 2016 · 18 revisions

Welcome to the mypy wiki!

Mypy is an optional static type checker for Python. This wiki contains information for both mypy users and mypy contributors.

You can edit this wiki!

Mypy Development

  • Code Conventions
  • Developer guides: Documentation for contributors
  • Tasks: Help wanted (see also the issue tracker)
  • Feature ideas: Ideas for new language features (add your own ideas here!)
  • Development roadmap: Mypy development roadmap (link to main website)

Documentation

  • Unsupported Python features: List of Python features that are not currently supported
  • Differences from Python: List of major differences between mypy and Python
  • FAQ: Frequently Asked Questions & Answers (link to main website)