How to Install and Uninstall python36-venusian Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "python36-venusian" package

This is a short guide on how to install python36-venusian on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-venusian

2. Uninstall "python36-venusian" package

This is a short guide on how to uninstall python36-venusian on openSuSE Tumbleweed:

$ sudo zypper remove python36-venusian

3. Information about the python36-venusian package on openSuSE Tumbleweed

Information for package python36-venusian:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-venusian
Version : 3.0.0-2.7
Arch : noarch
Vendor : openSUSE
Installed Size : 82,6 KiB
Installed : No
Status : not installed
Source package : python-venusian-3.0.0-2.7.src
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.
See the "docs" directory of the package or the online documentation at
http://docs.pylonsproject.org/projects/venusian/dev/.