Package: wnpp
Severity: wishlist
Owner: Joel Cross <joel+debb...@kazbak.co.uk>

* Package name    : python-typeguard
  Version         : 2.1.4
  Upstream Author : Alex Grönholm <alex.gronh...@nextday.fi>
* URL             : https://github.com/agronholm/typeguard
* License         : MIT/Expat
  Programming Lang: Python
  Description     : Run-time type checker for Python

This library provides run-time type checking for functions defined with
argument type annotations. This can be done in one of three ways:
 * calling check_argument_types() from within the function body
 * decorating the function with @typechecked
 * using `with TypeChecker('packagename')`

Reply via email to