summaryrefslogtreecommitdiff
path: root/libraries/decorator/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/decorator/README')
-rw-r--r--libraries/decorator/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/decorator/README b/libraries/decorator/README
new file mode 100644
index 0000000000..c71dd12dc0
--- /dev/null
+++ b/libraries/decorator/README
@@ -0,0 +1,9 @@
+decorator (The decorator Python module)
+
+The aim of the decorator module it to simplify the usage of decorators
+for the average programmer, and to popularize decorators usage giving
+examples of useful decorators, such as memoize, tracing,
+redirecting_stdout, locked, etc.
+
+NOTE: Building this packages requires setuptools to be installed (available
+at SlackBuilds.org as pysetuptools).