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

Last updated: May 17,2024

1. Install "python3-bowler" package

This guide let you learn how to install python3-bowler on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-bowler

2. Uninstall "python3-bowler" package

Here is a brief guide to show you how to uninstall python3-bowler on openSUSE Leap:

$ sudo zypper remove python3-bowler

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

Information for package python3-bowler:
---------------------------------------
Repository : Main Repository
Name : python3-bowler
Version : 0.8.0-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 305.3 KiB
Installed : No
Status : not installed
Source package : python-bowler-0.8.0-bp155.2.9.src
Upstream URL : https://github.com/facebookincubator/bowler
Summary : Safe code refactoring for modern Python projects
Description :
Bowler is a refactoring tool for manipulating Python at the syntax tree level. It enables
safe, large scale code modifications while guaranteeing that the resulting code compiles
and runs. It provides both a simple command line interface and a fluent API in Python for
generating complex code modifications in code.
Bowler uses a "fluent" `Query` API to build refactoring scripts through a series
of selectors, filters, and modifiers. Many simple modifications are already possible
using the existing API, but you can also provide custom selectors, filters, and
modifiers as needed to build more complex or custom refactorings. See the
[Query Reference](https://pybowler.io/docs/api-query) for more details.