loongson/pypi/: mypy-0.812 metadata and description

Homepage Simple index

Optional static typing for Python

author Jukka Lehtosalo
author_email jukka.lehtosalo@iki.fi
classifiers
  • Development Status :: 4 - Beta
  • Environment :: Console
  • Intended Audience :: Developers
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Topic :: Software Development
license MIT License
project_urls
  • News, http://mypy-lang.org/news.html
provides_extras dmypy
requires_dist
  • typed-ast (<1.5.0,>=1.4.0)
  • typing-extensions (>=3.7.4)
  • mypy-extensions (<0.5.0,>=0.4.3)
  • psutil (>=4.0) ; extra == 'dmypy'
requires_python >=3.5

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
mypy-0.812-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.