CMD + K

mypy

Community

Optional static typing for Python

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::mypy

Usage Tracking

2.1.0
1.20.2
1.20.1
1.20.0
1.19.1
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

Add type annotations to your Python programs, and use mypy to type check them. Mypy is essentially a Python linter on steroids, and it can catch many programming errors by analyzing your program, without actually having to run it. Mypy has a powerful type system with features such as type inference, gradual typing, generics and union types.

About

Summary

Optional static typing for Python

Last Updated

Jun 1, 2026 at 12:15

License

MIT

Supported Platforms

linux-ppc64le
macOS-64
linux-64
linux-aarch64
macOS-arm64
win-64

Unsupported Platforms

win-32 Last supported version: 0.590
noarch Last supported version: 0.812