From 04a0aa66c2362759fd9de76a8af259fb2f96bbfc Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 31 Dec 2015 08:34:36 +0700 Subject: python/python-wrapt: Added (A Python module for decorators). Signed-off-by: Willy Sudiarto Raharjo --- python/python-wrapt/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python-wrapt/README (limited to 'python/python-wrapt/README') diff --git a/python/python-wrapt/README b/python/python-wrapt/README new file mode 100644 index 0000000000..84fd2ce36f --- /dev/null +++ b/python/python-wrapt/README @@ -0,0 +1,5 @@ +A Python module for decorators, wrappers and monkey patching. + +The aim of the wrapt module is to provide a transparent object proxy +for Python, which can be used as the basis for the construction of +function wrappers and decorator functions. -- cgit v1.2.3