summaryrefslogtreecommitdiffstats
path: root/python/python3-wrapt/README
diff options
context:
space:
mode:
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
commitffa2f047695146b6bfdcfedf7d96dc99a5300658 (patch)
tree0f03ce4f254bcc59a99c79054916087b04760ed9 /python/python3-wrapt/README
parent45693906c04b0cc75671a62da52e03383c5809b5 (diff)
downloadslackbuilds-ffa2f047695146b6bfdcfedf7d96dc99a5300658.tar.gz
slackbuilds-ffa2f047695146b6bfdcfedf7d96dc99a5300658.tar.xz
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/README5
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.