mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
48c22f9303
This is far from complete. We still need to review and tweak anything with "PYTHON" in the README, as many/most/all of those are telling the user how to build with python3 support. We almost surely want to enable that by default in all of those cases.
9 lines
492 B
Text
9 lines
492 B
Text
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.
|