diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2018-08-08 23:13:25 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-11 07:23:09 +0700 |
commit | ffa2f047695146b6bfdcfedf7d96dc99a5300658 (patch) | |
tree | 0f03ce4f254bcc59a99c79054916087b04760ed9 /python/python3-wrapt/README | |
parent | 45693906c04b0cc75671a62da52e03383c5809b5 (diff) | |
download | slackbuilds-ffa2f047695146b6bfdcfedf7d96dc99a5300658.tar.gz |
python/python3-wrapt: Added (A Python module for decorators).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python3-wrapt/README')
-rw-r--r-- | python/python3-wrapt/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-wrapt/README b/python/python3-wrapt/README new file mode 100644 index 0000000000..160309af3a --- /dev/null +++ b/python/python3-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. |