python-mypy-extensions 0.4.3-3 source package in Ubuntu

Changelog

python-mypy-extensions (0.4.3-3) unstable; urgency=medium

  * Update standards version to 4.5.1, no changes needed.

 -- Debian Janitor <email address hidden>  Thu, 26 May 2022 19:22:51 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mypy-extensions_0.4.3-3.dsc 2.1 KiB 586bdd2c8f481a7420bb05db54f2406c19b9bdbef1bf92ec7945ae493cfd0a0a
python-mypy-extensions_0.4.3.orig.tar.gz 4.2 KiB 2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8
python-mypy-extensions_0.4.3-3.debian.tar.xz 2.6 KiB 70047c0c14fc4f31f8719f29b9c0d9e9c80478c7578ae907c95bb1182f1dc76e

Available diffs

No changes file available.

Binary packages built by this source

python3-mypy-extensions: Experimental type system extensions for mypy typechecker (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.
 .
 The "mypy_extensions" module defines experimental extensions to the
 standard "typing" module that are supported by the mypy typechecker.
 .
 This package provides the modules for Python 3.