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.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-mypy && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
latest-pythons.patch | 0000001048 1.02 KB | |
mypy-1.11.2.tar.gz | 0003078806 2.94 MB | |
python-mypy-rpmlintrc | 0000000126 126 Bytes | |
python-mypy.changes | 0000120172 117 KB | |
python-mypy.spec | 0000006156 6.01 KB | |
types-psutil-5.9.5.17.tar.gz | 0000014260 13.9 KB | |
types-setuptools-68.2.0.0.tar.gz | 0000032945 32.2 KB |
Comments 0