category: Python
build-depends: cygport 
sdesc: "Python decorator module"
ldesc: "The aim of the Python 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."
skip:

homepage: https://pypi.org/project/decorator
license: BSD-2-Clause