deb_control_files:
- control
- md5sums
- postinst
- prerm
deb_fields:
Architecture: all
Depends: python3:any
Description: |-
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.
Homepage: https://github.com/openvax/typechecks
Installed-Size: '23'
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Package: python3-typechecks
Priority: optional
Section: python
Source: python-typechecks
Version: 0.1.0+ds-4
srcpkg_name: python-typechecks
srcpkg_version: 0.1.0+ds-4