mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
5720af9f3b
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
7 lines
345 B
Text
7 lines
345 B
Text
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).
|