Optional static typing for Python
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.
- Sources inherited from project SUSE:SLE-15-SP6:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-15-SP7:Update/mypy && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0003-Pass-executable-path-into-main-when-running-i |
0000000592 592 Bytes | |
mypy-0.670.tar.gz | 0001788537 1.71 MB | |
mypy-rpmlintrc | 0000000157 157 Bytes | |
mypy.changes | 0000007973 7.79 KB | |
mypy.spec | 0000003276 3.2 KB |
Latest Revision
Daniel Mach (dmach)
committed
(revision 2)
Fix for the mypy package so it can coexist with the python-mypy by using update-alternatives to fix a conflict with the executables they both install. This fixes a file conflict in Staging:G (jsc#PED-7230) - Use updated python macros - Use update_alternatives so the python-mypy package that builds the python 3.11 flavor doesn't get a conflict with the executables they both install.
Comments 0