summaryrefslogtreecommitdiff
path: root/python/decorator/slack-desc
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <slackbuilds@jaxartes.net>2017-04-09 09:36:20 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-09 09:40:21 +0700
commit9e2a149a6a37dcfe957f1dab3accf25c242bd675 (patch)
tree3767206a0d2fbdf7b353b978ea354807ac5770bc /python/decorator/slack-desc
parent93aa00f16e7dcc561a0b158a845a489198774a5c (diff)
downloadslackbuilds-9e2a149a6a37dcfe957f1dab3accf25c242bd675.tar.gz
python/decorator: Updated for version 4.0.11 (moved from libraries).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/decorator/slack-desc')
-rw-r--r--python/decorator/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/decorator/slack-desc b/python/decorator/slack-desc
new file mode 100644
index 0000000000..24dc979f50
--- /dev/null
+++ b/python/decorator/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+decorator: decorator (The decorator Python module)
+decorator:
+decorator: The aim of the decorator module it to simplify the usage of
+decorator: decorators for the average programmer, and to popularize decorators
+decorator: usage giving examples of useful decorators, such as memoize, tracing,
+decorator: redirecting_stdout, locked, etcetera.
+decorator:
+decorator: http://www.phyast.pitt.edu/~micheles/python/documentation.html
+decorator:
+decorator:
+decorator: