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

Last updated: July 08,2024

1. Install "python310-pydocstyle" package

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

$ sudo zypper refresh $ sudo zypper install python310-pydocstyle

2. Uninstall "python310-pydocstyle" package

Please follow the step by step instructions below to uninstall python310-pydocstyle on openSuSE Tumbleweed:

$ sudo zypper remove python310-pydocstyle

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

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