diff options
author | Mikko Varri <vmj@linuxbox.fi> | 2010-05-11 22:53:58 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:53:58 +0200 |
commit | ed6d73b04b0ca21f081bc9dd909ff7889e12f2bf (patch) | |
tree | e18f8092dde8017a8f5eac87ec3a4460a9d8f9d2 /libraries/decorator/README | |
parent | 3ec5dbbd94e5f033eac26db55de546a81715127a (diff) | |
download | slackbuilds-ed6d73b04b0ca21f081bc9dd909ff7889e12f2bf.tar.gz |
libraries/decorator: Added to 12.1 repository
Diffstat (limited to 'libraries/decorator/README')
-rw-r--r-- | libraries/decorator/README | 9 |
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). |