| Name: | python3-venusian |
|---|---|
| Version: | 3.1.0 |
| Release: | 1.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 72221 |
| License: | BSD-3-Clause-Modification AND ZPL-2.1 |
| RPM: | python3-venusian-3.1.0-1.el9.noarch.rpm |
| Source RPM: | python-venusian-3.1.0-1.el9.src.rpm |
| Build Date: | Mon Nov 20 2023 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/Pylons/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. |