Name: | python-venusian |
---|---|
Version: | 1.0 |
Release: | 0.10.a7.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 170604 |
License: | BSD |
RPM: | python-venusian-1.0-0.10.a7.el7.noarch.rpm |
Source RPM: | python-venusian-1.0-0.10.a7.el7.src.rpm |
Build Date: | Sat Oct 28 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://pypi.python.org/pypi/venusian |
Summary: | A library for deferring decorator actions |
Description: | 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. |