diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-06 17:11:46 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-08 01:41:52 +0700 |
commit | 6f64e7cbecf2e55dad4c8a5ffd93e1b040e896cb (patch) | |
tree | 76aa96b103684a6529336475e7ff163484621092 /python/python2-wrapt/README | |
parent | 496b88fbfae28b0d7981fafe08a15500d5931414 (diff) |
python/python-wrapt: Renamed python2-wrapt.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-wrapt/README')
-rw-r--r-- | python/python2-wrapt/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python2-wrapt/README b/python/python2-wrapt/README new file mode 100644 index 000000000000..84fd2ce36f17 --- /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. |