704f2a19ba
- do not use easy_install and convert to auto-generated packing list while here: - add LICENSE (BSD4CLAUSE) - remove indefinite article from COMMENT PR: 185743 Submitted by: Eero Hanninen <fax@nohik.ee> Approved by: maintainer timeout (3 weeks)
6 lines
304 B
Text
6 lines
304 B
Text
Venusian is a library which allows framework authors to defer decorator
|
|
actions. Instead of taking actions when a function (or class) decorator
|
|
is executed at import time, you can defer the action usually taken by
|
|
the decorator until a separate "scan" phase.
|
|
|
|
WWW: https://pypi.python.org/pypi/venusian/
|