aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-mypy/pkg-descr
blob: cf065af945cd35dd30f1ba2f17018be96fdbcac9 (plain) (blame)
1
2
3
4
5
6
Mypy is an optional static type checker for Python. You can add type hints to
your Python programs using the standard for type annotations introduced in
Python 3.5 (PEP 484), and use mypy to type check them statically. Find bugs in
your programs without even running them!

WWW: http://www.mypy-lang.org