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

Last updated: June 26,2024

1. Install "python310-dpcontracts" package

This is a short guide on how to install python310-dpcontracts on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-dpcontracts

2. Uninstall "python310-dpcontracts" package

Learn how to uninstall python310-dpcontracts on openSuSE Tumbleweed:

$ sudo zypper remove python310-dpcontracts

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

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