stevepiercy / venusian

A library which allows framework authors to defer decorator actions.

Home Page:https://docs.pylonsproject.org/projects/venusian/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

venusian

https://travis-ci.org/Pylons/venusian.png?branch=master 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/

About

A library which allows framework authors to defer decorator actions.

https://docs.pylonsproject.org/projects/venusian/en/latest/

License:Other


Languages

Language:Python 100.0%