aboutsummaryrefslogtreecommitdiff
path: root/devel/py-venusian/pkg-descr
blob: a93e74bcc58fc0ea632a54ca343e93cd9224e48d (plain) (blame)
1
2
3
4
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.