python-mypy-extensions 1.0.0-1 source package in Ubuntu

Changelog

python-mypy-extensions (1.0.0-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
  * watch file standard 4 (routine-update)

 -- Michael R. Crusoe <email address hidden>  Wed, 09 Aug 2023 18:34:52 +0200

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mypy-extensions_1.0.0-1.dsc 2.1 KiB 165df865bf2e64459550a13d5fcd423ab6760dbb585e9a3c1b50dbe0b68e266a
python-mypy-extensions_1.0.0.orig.tar.gz 4.3 KiB 75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782
python-mypy-extensions_1.0.0-1.debian.tar.xz 2.8 KiB eb3be60b48a47e0213be9656486ad6bb4664d2d02725d2cba17d0e2a34fd8e2d

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.