summaryrefslogtreecommitdiff
path: root/python/python-wrapt/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2015-12-31 08:34:36 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-12-31 08:34:36 +0700
commit04a0aa66c2362759fd9de76a8af259fb2f96bbfc (patch)
tree01e8f089d0a49cae87fdc25c590805eca3d11050 /python/python-wrapt/README
parent2f1c1bf888f4e5664c96222d4cbfbb2eb2e4cc00 (diff)
downloadslackbuilds-04a0aa66c2362759fd9de76a8af259fb2f96bbfc.tar.gz
python/python-wrapt: Added (A Python module for decorators).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-wrapt/README')
-rw-r--r--python/python-wrapt/README5
1 files changed, 5 insertions, 0 deletions
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.