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

Last updated: June 28,2024

1. Install "python39-pydocstyle" package

Please follow the guidance below to install python39-pydocstyle on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pydocstyle

2. Uninstall "python39-pydocstyle" package

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

$ sudo zypper remove python39-pydocstyle

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

Information for package python39-pydocstyle:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pydocstyle
Version : 6.3.0-3.2
Arch : noarch
Vendor : openSUSE
Installed Size : 285.0 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.