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

Last updated: July 07,2024

1. Install "python312-dpcontracts" package

This tutorial shows how to install python312-dpcontracts on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-dpcontracts

2. Uninstall "python312-dpcontracts" package

Learn how to uninstall python312-dpcontracts on openSuSE Tumbleweed:

$ sudo zypper remove python312-dpcontracts

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

Information for package python312-dpcontracts:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-dpcontracts
Version : 0.6.0-3.7
Arch : noarch
Vendor : openSUSE
Installed Size : 112.9 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.