From 6f64e7cbecf2e55dad4c8a5ffd93e1b040e896cb Mon Sep 17 00:00:00 2001 From: Dave Woodfall Date: Thu, 6 May 2021 17:11:46 +0100 Subject: python/python-wrapt: Renamed python2-wrapt. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/python2-wrapt/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python2-wrapt/README (limited to 'python/python2-wrapt/README') diff --git a/python/python2-wrapt/README b/python/python2-wrapt/README new file mode 100644 index 0000000000..84fd2ce36f --- /dev/null +++ b/python/python2-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