How to Install and Uninstall python36-docformatter Package on openSuSE Tumbleweed
Last updated: November 08,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python36-docformatter" package
In this section, we are going to explain the necessary steps to install python36-docformatter on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python36-docformatter
Copied
2. Uninstall "python36-docformatter" package
This is a short guide on how to uninstall python36-docformatter on openSuSE Tumbleweed:
$
sudo zypper remove
python36-docformatter
Copied
3. Information about the python36-docformatter package on openSuSE Tumbleweed
Information for package python36-docformatter:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-docformatter
Version : 1.4-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 78,5 KiB
Installed : No
Status : not installed
Source package : python-docformatter-1.4-1.2.src
Summary : Utility to re-format docstrings per PEP 257
Description :
Docformatter currently automatically formats docstrings to follow a
subset of the PEP 257 conventions. Below are the relevant items quoted
from PEP 257.
- For consistency, always use triple double quotes around docstrings.
- Triple quotes are used even though the string fits on one line.
- Multi-line docstrings consist of a summary line just like a one-line
docstring, followed by a blank line, followed by a more elaborate
description.
- The BDFL recommends inserting a blank line between the last paragraph
in a multi-line docstring and its closing quotes, placing the closing
quotes on a line by themselves.
docformatter also handles some of the PEP 8 conventions.
- Don't write string literals that rely on significant trailing
whitespace. Such trailing whitespace is visually indistinguishable
and some editors (or more recently, reindent.py) will trim them.
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-docformatter
Version : 1.4-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 78,5 KiB
Installed : No
Status : not installed
Source package : python-docformatter-1.4-1.2.src
Summary : Utility to re-format docstrings per PEP 257
Description :
Docformatter currently automatically formats docstrings to follow a
subset of the PEP 257 conventions. Below are the relevant items quoted
from PEP 257.
- For consistency, always use triple double quotes around docstrings.
- Triple quotes are used even though the string fits on one line.
- Multi-line docstrings consist of a summary line just like a one-line
docstring, followed by a blank line, followed by a more elaborate
description.
- The BDFL recommends inserting a blank line between the last paragraph
in a multi-line docstring and its closing quotes, placing the closing
quotes on a line by themselves.
docformatter also handles some of the PEP 8 conventions.
- Don't write string literals that rely on significant trailing
whitespace. Such trailing whitespace is visually indistinguishable
and some editors (or more recently, reindent.py) will trim them.