freebsd-ports/devel/py-decoratortools/pkg-descr
Dryice Dong Liu 08fc9f7784 Installing DecoratorTools gives access to the peak.util.decorators module.
The tools in this module have been bundled for years inside of PEAK,
PyProtocols, RuleDispatch, and the zope.interface package, so they have been
widely used and tested.

Recent versions of the TurboGears framework (ported to FreeBSD as
www/py-turbogears) require the DecoratorTools package.

PR:		ports/119835
Submitted by:	alexander smishlajev <alex@ank-sia.com>
2008-01-28 09:23:35 +00:00

10 lines
420 B
Text

Want to use decorators, but still need to support Python 2.3?
Wish you could have class decorators, decorate arbitrary assignments,
or match decorated function signatures to their original functions?
Want to get metaclass features without creating metaclasses?
How about synchronized methods?
"DecoratorTools" gets you all of this and more.
Author: Phillip J. Eby
WWW: http://cheeseshop.python.org/pypi/DecoratorTools