summaryrefslogtreecommitdiffstats
path: root/python/python3-decorator/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2017-04-16 14:57:13 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-16 14:57:13 +0700
commitcf8b6083449be46acc3818b2973a92c1a9d6eacf (patch)
treeb9c3f706259e030ddd79ade9a836a88df87c9ebe /python/python3-decorator/README
parente3a7f534fd94120a41f622fc1516037b8ecee791 (diff)
downloadslackbuilds-cf8b6083449be46acc3818b2973a92c1a9d6eacf.tar.gz
slackbuilds-cf8b6083449be46acc3818b2973a92c1a9d6eacf.tar.xz
python/python3-decorator: Added (decorator module for Python 3).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-decorator/README')
-rw-r--r--python/python3-decorator/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-decorator/README b/python/python3-decorator/README
new file mode 100644
index 0000000000..d1d2a840af
--- /dev/null
+++ b/python/python3-decorator/README
@@ -0,0 +1,4 @@
+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.