CMD + K

mypy

Community

Optional static typing for Python

Installation

To install this package, run one of the following:

Conda
$conda install pdrops::mypy

Usage Tracking

1.1.1
1 / 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

Apr 21, 2023 at 19:17

License

MIT

Total Downloads

14.8K

Supported Platforms

linux-64