python-typechecks 0.1.0+ds-3 source package in Ubuntu

Changelog

python-typechecks (0.1.0+ds-3) unstable; urgency=medium

  * Team upload.
  * Move package to Debian Python Team
  * Standards-Version: 4.6.0 (routine-update)
  * Add missing build dependency on dh addon.

 -- Andreas Tille <email address hidden>  Mon, 03 Jan 2022 13:31:41 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-typechecks_0.1.0+ds-3.dsc 2.1 KiB 06045a40ed90b7f3a969a2f9fd9ed2b663fafb4199ce00ef7a7fd7a12891ad8b
python-typechecks_0.1.0+ds.orig.tar.xz 3.1 KiB 305774b76100e8920bf9bc907dd46eb532a179aeb704c0910d0149bb172c7c9f
python-typechecks_0.1.0+ds-3.debian.tar.xz 2.4 KiB b75bc71417222c5761bba841379ecc3ec489a4301d2dee1dd98e41aa909fd391

Available diffs

No changes file available.

Binary packages built by this source

python3-typechecks: express constraints on types

 Variables in Python are just that - variable. Sometimes
 though you want to make sure that a variable is of a
 particular type, like an integer, a string or a something
 to iterate (loop) through.
 .
 To express such constraints on the type that a variable
 may have in the code, such that the program can react
 to it at runtime, this small modules provides a set of
 routines.