How to Install and Uninstall python311-dpcontracts Package on openSuSE Tumbleweed
Last updated: December 26,2024
1. Install "python311-dpcontracts" package
Please follow the guidance below to install python311-dpcontracts on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-dpcontracts
Copied
2. Uninstall "python311-dpcontracts" package
This guide covers the steps necessary to uninstall python311-dpcontracts on openSuSE Tumbleweed:
$
sudo zypper remove
python311-dpcontracts
Copied
3. Information about the python311-dpcontracts package on openSuSE Tumbleweed
Information for package python311-dpcontracts:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-dpcontracts
Version : 0.6.0-3.7
Arch : noarch
Vendor : openSUSE
Installed Size : 117.5 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.
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-dpcontracts
Version : 0.6.0-3.7
Arch : noarch
Vendor : openSUSE
Installed Size : 117.5 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.