How to Install and Uninstall python3-pydocstyle Package on openSUSE Leap

Last updated: May 05,2024

1. Install "python3-pydocstyle" package

Please follow the steps below to install python3-pydocstyle on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pydocstyle

2. Uninstall "python3-pydocstyle" package

This tutorial shows how to uninstall python3-pydocstyle on openSUSE Leap:

$ sudo zypper remove python3-pydocstyle

3. Information about the python3-pydocstyle package on openSUSE Leap

Information for package python3-pydocstyle:
-------------------------------------------
Repository : Main Repository
Name : python3-pydocstyle
Version : 2.1.1-2.13
Arch : noarch
Vendor : SUSE LLC
Installed Size : 256.4 KiB
Installed : No
Status : not installed
Source package : python-pydocstyle-2.1.1-2.13.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.