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

Last updated: July 04,2024

1. Install "python39-bowler" package

This is a short guide on how to install python39-bowler on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-bowler

2. Uninstall "python39-bowler" package

Please follow the guidelines below to uninstall python39-bowler on openSuSE Tumbleweed:

$ sudo zypper remove python39-bowler

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

Information for package python39-bowler:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-bowler
Version : 0.9.0-1.27
Arch : noarch
Vendor : openSUSE
Installed Size : 267.2 KiB
Installed : No
Status : not installed
Source package : python-bowler-0.9.0-1.27.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.