How to Install and Uninstall python311-dpcontracts Package on openSUSE Leap
Last updated: November 23,2024
1. Install "python311-dpcontracts" package
Please follow the steps below to install python311-dpcontracts on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-dpcontracts
Copied
2. Uninstall "python311-dpcontracts" package
Please follow the step by step instructions below to uninstall python311-dpcontracts on openSUSE Leap:
$
sudo zypper remove
python311-dpcontracts
Copied
3. Information about the python311-dpcontracts package on openSUSE Leap
Information for package python311-dpcontracts:
----------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-dpcontracts
Version : 0.6.0-150400.9.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 90.4 KiB
Installed : No
Status : not installed
Source package : python-dpcontracts-0.6.0-150400.9.3.9.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.
----------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-dpcontracts
Version : 0.6.0-150400.9.3.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 90.4 KiB
Installed : No
Status : not installed
Source package : python-dpcontracts-0.6.0-150400.9.3.9.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.