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

Last updated: June 18,2024

1. Install "python36-dpcontracts" package

This guide covers the steps necessary to install python36-dpcontracts on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-dpcontracts

2. Uninstall "python36-dpcontracts" package

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

$ sudo zypper remove python36-dpcontracts

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

Information for package python36-dpcontracts:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-dpcontracts
Version : 0.6.0-2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 109,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.