slackbuilds_ponce/python/mypy
Jeremy Hansen 9132f7cf02 python/mypy: Rename typing-extensions dep
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-08-31 19:01:12 +07:00
..
mypy.info python/mypy: Rename typing-extensions dep 2024-08-31 19:01:12 +07:00
mypy.SlackBuild python/mypy: Updated for version 1.11.2. 2024-08-27 19:23:54 +07:00
README
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.