summaryrefslogtreecommitdiffstats
path: root/python/python-wrapt/README
diff options
context:
space:
mode:
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.