How to Install and Uninstall python36-black Package on openSuSE Tumbleweed
Last updated: November 07,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python36-black" package
Please follow the instructions below to install python36-black on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python36-black
Copied
2. Uninstall "python36-black" package
Please follow the guidance below to uninstall python36-black on openSuSE Tumbleweed:
$
sudo zypper remove
python36-black
Copied
3. Information about the python36-black package on openSuSE Tumbleweed
Information for package python36-black:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-black
Version : 20.8b1-2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 1,1 MiB
Installed : No
Status : not installed
Source package : python-black-20.8b1-2.8.src
Summary : A code formatter written in, and written for Python
Description :
Black is a code formatter written in Python, and reformats Python 2.x
and 3.x code.
Black reformats entire files in place. It is not configurable. It
does not take previous formatting into account. The coding style
enforced is a PEP-8 subset, adheres to PEP-257, and otherwise passes
the rules of the "pycodestyle" checker. Black skips over blocks that
start and end with "# fmt: off" and "# fmt: on", respectively. It
also recognizes YAPF's block comments to the same effect.
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-black
Version : 20.8b1-2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 1,1 MiB
Installed : No
Status : not installed
Source package : python-black-20.8b1-2.8.src
Summary : A code formatter written in, and written for Python
Description :
Black is a code formatter written in Python, and reformats Python 2.x
and 3.x code.
Black reformats entire files in place. It is not configurable. It
does not take previous formatting into account. The coding style
enforced is a PEP-8 subset, adheres to PEP-257, and otherwise passes
the rules of the "pycodestyle" checker. Black skips over blocks that
start and end with "# fmt: off" and "# fmt: on", respectively. It
also recognizes YAPF's block comments to the same effect.