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

Last updated: July 07,2024

1. Install "python39-pylama" package

Learn how to install python39-pylama on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pylama

2. Uninstall "python39-pylama" package

Please follow the guidance below to uninstall python39-pylama on openSuSE Tumbleweed:

$ sudo zypper remove python39-pylama

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

Information for package python39-pylama:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pylama
Version : 8.4.1-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 162.4 KiB
Installed : No
Status : not installed
Source package : python-pylama-8.4.1-3.4.src
Upstream URL : https://github.com/klen/pylama
Summary : Code audit tool for python
Description :
Code audit tool for Python. Pylama wraps these tools:
- pycodestyle (formerly pep8) © 2012-2013, Florent Xicluna;
- pydocstyle (formerly pep257 by Vladimir Keleshev) © 2014, Amir Rachum;
- PyFlakes © 2005-2013, Kevin Watters;
- Mccabe © Ned Batchelder;
- Pylint © 2013, Logilab;
- Radon © Michele Lacchia
- eradicate © Steven Myint;
- Mypy © Jukka Lehtosalo and contributors;
- Vulture © Jendrik Seipp and contributors;