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

Last updated: October 05,2024

1. Install "python310-pylama" package

Here is a brief guide to show you how to install python310-pylama on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-pylama

2. Uninstall "python310-pylama" package

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

$ sudo zypper remove python310-pylama

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

Information for package python310-pylama:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pylama
Version : 8.4.1-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 162.9 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;