Package: wnpp Severity: wishlist Owner: Joel Cross <[email protected]>
* Package name : python-typeguard Version : 2.1.4 Upstream Author : Alex Grönholm <[email protected]> * 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')`

