module documentation

Internal-use Python decorators for parameter validation

Exception ParameterInvalid Exception that is raised when a parameter fails validation checks
Function non_empty Validator that checks that parameter is not empty
def non_empty(param_name):

Validator that checks that parameter is not empty