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

Last updated: July 05,2024

1. Install "python39-dpcontracts" package

Learn how to install python39-dpcontracts on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-dpcontracts

2. Uninstall "python39-dpcontracts" package

Please follow the instructions below to uninstall python39-dpcontracts on openSuSE Tumbleweed:

$ sudo zypper remove python39-dpcontracts

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

Information for package python39-dpcontracts:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-dpcontracts
Version : 0.6.0-3.7
Arch : noarch
Vendor : openSUSE
Installed Size : 107.4 KiB
Installed : No
Status : not installed
Source package : python-dpcontracts-0.6.0-3.7.src
Upstream URL : https://github.com/deadpixi/contracts
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.