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

Last updated: October 05,2024

1. Install "python312-pylama" package

This tutorial shows how to install python312-pylama on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pylama

2. Uninstall "python312-pylama" package

Learn how to uninstall python312-pylama on openSuSE Tumbleweed:

$ sudo zypper remove python312-pylama

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

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