gituser/docker_multiarch/: mypy-1.2.0 metadata and description

Homepage Simple index

Optional static typing for Python

author Jukka Lehtosalo
author_email jukka.lehtosalo@iki.fi
classifiers
  • Development Status :: 5 - Production/Stable
  • Environment :: Console
  • Intended Audience :: Developers
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Topic :: Software Development
  • Typing :: Typed
license MIT License
project_urls
  • News, http://mypy-lang.org/news.html
  • Documentation, https://mypy.readthedocs.io/en/stable/index.html
  • Repository, https://github.com/python/mypy
provides_extras reports
requires_dist
  • typing-extensions (>=3.10)
  • mypy-extensions (>=1.0.0)
  • tomli (>=1.1.0) ; python_version < "3.11"
  • typed-ast (<2,>=1.4.0) ; python_version < "3.8"
  • psutil (>=4.0) ; extra == 'dmypy'
  • pip ; extra == 'install-types'
  • typed-ast (<2,>=1.4.0) ; extra == 'python2'
  • lxml ; extra == 'reports'
requires_python >=3.7
File Tox results History
mypy-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size
12 MB
Type
Python Wheel
Python
3.1.0
mypy-1.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size
11 MB
Type
Python Wheel
Python
3.7
mypy-1.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size
12 MB
Type
Python Wheel
Python
3.8
mypy-1.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size
12 MB
Type
Python Wheel
Python
3.9
mypy-1.2.0-py3-none-any.whl
Size
2 MB
Type
Python Wheel
Python
3

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.