| Name: | python2-venusian |
|---|---|
| Version: | 1.2.0 |
| Release: | 1.el8 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 192836 |
| License: | BSD |
| RPM: | python2-venusian-1.2.0-1.el8.noarch.rpm |
| Source RPM: | python-venusian-1.2.0-1.el8.src.rpm |
| Build Date: | Fri Nov 01 2019 |
| Build Host: | jenkins-10-147-72-125-d2ac1df6-acc4-4fcb-b0d4-e6c082c4d687.appad1iad.osdevelopmeniad.oraclevcn.com |
| Vendor: | Oracle America |
| URL: | https://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. |