mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
6 lines
300 B
Text
6 lines
300 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.org/project/venusian/
|