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

Last updated: October 31,2024

1. Install "python2-pydocstyle" package

This tutorial shows how to install python2-pydocstyle on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pydocstyle

2. Uninstall "python2-pydocstyle" package

Please follow the step by step instructions below to uninstall python2-pydocstyle on openSUSE Leap:

$ sudo zypper remove python2-pydocstyle

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

Information for package python2-pydocstyle:
-------------------------------------------
Repository : Main Repository
Name : python2-pydocstyle
Version : 2.1.1-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 241,1 KiB
Installed : No
Status : not installed
Source package : python-pydocstyle-2.1.1-bp153.1.16.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.