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

Last updated: May 19,2024

1. Install "python36-pydocstyle" package

Here is a brief guide to show you how to install python36-pydocstyle on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-pydocstyle

2. Uninstall "python36-pydocstyle" package

In this section, we are going to explain the necessary steps to uninstall python36-pydocstyle on openSuSE Tumbleweed:

$ sudo zypper remove python36-pydocstyle

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

Information for package python36-pydocstyle:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pydocstyle
Version : 5.1.1-1.8
Arch : noarch
Vendor : openSUSE
Installed Size : 303,1 KiB
Installed : No
Status : not installed
Source package : python-pydocstyle-5.1.1-1.8.src
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.