-
Now providing a
@wraps
, equivalent offunctools.wraps
; and acreate_wrapper
equivalent offunctools.update_wrapper
. Fixes #21 -
@with_signature
now does not override the__name__
when signature is provided as a function. Fixes #22 -
add_signature_parameters
now accepts that parameters are provided as single elements (not necessarily iterables) -
Updated documentation
See documentation page for details.