Validation and type conversion tools based on function annotation
Project description
The anntools package provides various modules to take advantage of Python 3.0’s new function annotation feature. It supports validation, conversion and type checking of parameters passed to functions and their return values. It is useful for adding security checks and make your code more readable. This package is useful for Python 2.4 and up, since all functionality is also provided as keyword arguments for decorators.
Read the INSTALL file or see the home page for more information, documentation, tests and examples: