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
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:ARM:Factory:Contrib:ILP32/python-mypy && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
mypy-1.14.1.tar.gz | 0003216051 3.07 MB | |
mypy.obsinfo | 0000000117 117 Bytes | |
python-mypy-rpmlintrc | 0000000126 126 Bytes | |
python-mypy.changes | 0000131954 129 KB | |
python-mypy.spec | 0000006105 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