How to Install and Uninstall python312-pydocstyle Package on openSuSE Tumbleweed

Last updated: November 23,2024

1. Install "python312-pydocstyle" package

Please follow the instructions below to install python312-pydocstyle on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pydocstyle

2. Uninstall "python312-pydocstyle" package

Please follow the guidelines below to uninstall python312-pydocstyle on openSuSE Tumbleweed:

$ sudo zypper remove python312-pydocstyle

3. Information about the python312-pydocstyle package on openSuSE Tumbleweed

Information for package python312-pydocstyle:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pydocstyle
Version : 6.3.0-3.2
Arch : noarch
Vendor : openSUSE
Installed Size : 369.1 KiB
Installed : No
Status : not installed
Source package : python-pydocstyle-6.3.0-3.2.src
Upstream URL : https://github.com/PyCQA/pydocstyle/
Summary : Python docstring style checker
Description :
pydocstyle is a static analysis tool for checking compliance with
Python docstring conventions.
pydocstyle supports most of PEP 257 out of the box, but it should not
be considered a reference implementation.
The framework for checking docstring style is flexible, and custom
checks can be easily added, for example to cover NumPy docstring
conventions.