[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#897419: ITP: python-typeguard -- Run-time type checker for Python



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

* Package name    : python-typeguard
  Version         : 2.1.4
  Upstream Author : Alex Grönholm <alex.gronholm@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 to: