How to Install and Uninstall python3-textwrap3 Package on openSUSE Leap
Last updated: November 23,2024
1. Install "python3-textwrap3" package
This is a short guide on how to install python3-textwrap3 on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python3-textwrap3
Copied
2. Uninstall "python3-textwrap3" package
Learn how to uninstall python3-textwrap3 on openSUSE Leap:
$
sudo zypper remove
python3-textwrap3
Copied
3. Information about the python3-textwrap3 package on openSUSE Leap
Information for package python3-textwrap3:
------------------------------------------
Repository : Main Repository
Name : python3-textwrap3
Version : 0.9.2-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 58.9 KiB
Installed : No
Status : not installed
Source package : python-textwrap3-0.9.2-bp155.2.12.src
Upstream URL : https://github.com/jonathaneunice/textwrap3
Summary : Textwrap from Python 3.6 backport (plus a few tweaks)
Description :
Textwrap3 is a compatibility back-port of Python 3.6's textwrap
module that supports Python 2.6 forward. This makes a few new
APIs such as shorten and the max_lines parameter available
in a compatible way to all Python versions typically in current use.
By design, Python 3 sensibilities and expectations rule. Especially when
processing text that includes Unicode characters, textwrap3's results may
differ a bit from those of the textwrap of the underlying Python version
(esp. 2.x). In particular, textwrap3 uses the re.UNICODE flag so that
non-ASCII characters such as accented letters are considered legitimate word
characters.
It also adds one tweak, considering the Unicode em-dash
('\N{EM DASH}' or u'\u2014') identical to the simulated ASCII em-dash
'--'.
------------------------------------------
Repository : Main Repository
Name : python3-textwrap3
Version : 0.9.2-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 58.9 KiB
Installed : No
Status : not installed
Source package : python-textwrap3-0.9.2-bp155.2.12.src
Upstream URL : https://github.com/jonathaneunice/textwrap3
Summary : Textwrap from Python 3.6 backport (plus a few tweaks)
Description :
Textwrap3 is a compatibility back-port of Python 3.6's textwrap
module that supports Python 2.6 forward. This makes a few new
APIs such as shorten and the max_lines parameter available
in a compatible way to all Python versions typically in current use.
By design, Python 3 sensibilities and expectations rule. Especially when
processing text that includes Unicode characters, textwrap3's results may
differ a bit from those of the textwrap of the underlying Python version
(esp. 2.x). In particular, textwrap3 uses the re.UNICODE flag so that
non-ASCII characters such as accented letters are considered legitimate word
characters.
It also adds one tweak, considering the Unicode em-dash
('\N{EM DASH}' or u'\u2014') identical to the simulated ASCII em-dash
'--'.