slackbuilds_ponce/python/mypy
Tim Dickson 0b0f7f0b5c
python/mypy: Updated for version 0.790.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-10-17 09:36:20 +07:00
..
mypy.info python/mypy: Updated for version 0.790. 2020-10-17 09:36:20 +07:00
mypy.SlackBuild python/mypy: Updated for version 0.790. 2020-10-17 09:36:20 +07:00
README python/mypy: Updated for version 0.782. 2020-09-05 08:26:42 +07:00
slack-desc

Mypy is an optional static type checker for Python. You can add type
hints (PEP 484) to your Python programs, and use mypy to type check
them statically. Find bugs in your programs without even running them!

You can mix dynamic and static typing in your programs. You can always
fall back to dynamic typing when static typing is not convenient, such
as for legacy code.
This (source) is downloaded from pypi.org/projects/mypy as the mypi
github site does not have a complete sourcecode zip.

This requires typing-extensions created with python3 present.