2010-05-11 22:53:58 +02:00
|
|
|
# HOW TO EDIT THIS FILE:
|
2013-03-04 06:05:07 +01:00
|
|
|
# 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.
|
2010-05-11 22:53:58 +02:00
|
|
|
|
|
|
|
|-----handy-ruler------------------------------------------------------|
|
2017-04-16 02:14:11 +02:00
|
|
|
decorator: decorator (decorator module for Python)
|
2011-01-06 17:49:55 +01:00
|
|
|
decorator:
|
2010-05-11 22:53:58 +02:00
|
|
|
decorator: The aim of the decorator module it to simplify the usage of
|
2011-06-19 16:34:53 +02:00
|
|
|
decorator: decorators for the average programmer, and to popularize decorators
|
|
|
|
decorator: usage giving examples of useful decorators, such as memoize, tracing,
|
2010-05-11 22:53:58 +02:00
|
|
|
decorator: redirecting_stdout, locked, etcetera.
|
2011-01-06 17:49:55 +01:00
|
|
|
decorator:
|
2017-05-18 18:22:48 +02:00
|
|
|
decorator: https://pypi.python.org/pypi/decorator
|
2011-01-06 17:49:55 +01:00
|
|
|
decorator:
|
|
|
|
decorator:
|
|
|
|
decorator:
|