How to Install and Uninstall python38-dpcontracts Package on openSuSE Tumbleweed

Last updated: May 09,2024

1. Install "python38-dpcontracts" package

Please follow the steps below to install python38-dpcontracts on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-dpcontracts

2. Uninstall "python38-dpcontracts" package

Please follow the guidelines below to uninstall python38-dpcontracts on openSuSE Tumbleweed:

$ sudo zypper remove python38-dpcontracts

3. Information about the python38-dpcontracts package on openSuSE Tumbleweed

Information for package python38-dpcontracts:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-dpcontracts
Version : 0.6.0-2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 107,2 KiB
Installed : No
Status : not installed
Source package : python-dpcontracts-0.6.0-2.9.src
Summary : An implementation of contracts for Python
Description :
This module provides a collection of decorators for
writing software using contracts.
Contracts are a debugging and verification tool. They are declarative
statements about what states a program must be in to be considered
"correct" at runtime. They are similar to assertions, and are verified
automatically at various well-defined points in the program. Contracts can
be specified on functions and on classes.