Optional static typing for Python
http://www.mypy-lang.org/
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.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:glaubitz:branches:devel:languages:python/python-mypy && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| mypy-1.12.0.tar.gz | 0003149879 3 MB | |
| mypy.obsinfo | 0000000117 117 Bytes | |
| python-mypy-rpmlintrc | 0000000126 126 Bytes | |
| python-mypy.changes | 0000124630 122 KB | |
| python-mypy.spec | 0000006106 5.96 KB | |
| types-psutil-6.0.0.20241011.tar.gz | 0000015222 14.9 KB | |
| types-setuptools-75.1.0.20241014.tar.gz | 0000042773 41.8 KB |
Comments 0