mypy 0.982-2 source package in Ubuntu

Changelog

mypy (0.982-2) unstable; urgency=medium

  * Team upload

  [ Jochen Sprickerhof ]
  * d/control: Drop unused dependency on python3-typed-ast
    This dependency is only required for Python < 3.8.

 -- Sebastian Ramacher <email address hidden>  Thu, 13 Oct 2022 23:39:29 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mypy_0.982-2.dsc 2.7 KiB 0dffb365538c49f75aa56613b2556bd0c11d063077ce8fbc93ad1b8ae0e2bbd2
mypy_0.982.orig.tar.gz 2.5 MiB 85f7a343542dc8b1ed0a888cdd34dca56462654ef23aa673907305b260b3d746
mypy_0.982-2.debian.tar.xz 12.7 KiB 8f037c9c70d5770a856753b0af563ce8cdc485710069679ee749977aca10d614

No changes file available.

Binary packages built by this source

python3-mypy: public modules for mypy (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.
 .
 This package provides the modules for Python 3.