Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 779 Bytes

README.rst

File metadata and controls

17 lines (13 loc) · 779 Bytes

venusian

Documentation Status

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.

See the "docs" directory of the package or the online documentation at https://docs.pylonsproject.org/projects/venusian/en/latest/