How to Install and Uninstall python3-dpcontracts Package on openSUSE Leap

Last updated: July 05,2024

1. Install "python3-dpcontracts" package

This guide let you learn how to install python3-dpcontracts on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-dpcontracts

2. Uninstall "python3-dpcontracts" package

This tutorial shows how to uninstall python3-dpcontracts on openSUSE Leap:

$ sudo zypper remove python3-dpcontracts

3. Information about the python3-dpcontracts package on openSUSE Leap

Information for package python3-dpcontracts:
--------------------------------------------
Repository : Main Repository
Name : python3-dpcontracts
Version : 0.6.0-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 112.3 KiB
Installed : No
Status : not installed
Source package : python-dpcontracts-0.6.0-bp155.2.10.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.