How to Install and Uninstall python-docformatter-doc Package on Kali Linux

Last updated: July 07,2024

1. Install "python-docformatter-doc" package

In this section, we are going to explain the necessary steps to install python-docformatter-doc on Kali Linux

$ sudo apt update $ sudo apt install python-docformatter-doc

2. Uninstall "python-docformatter-doc" package

In this section, we are going to explain the necessary steps to uninstall python-docformatter-doc on Kali Linux:

$ sudo apt remove python-docformatter-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-docformatter-doc package on Kali Linux

Package: python-docformatter-doc
Source: python-docformatter
Version: 1.7.5-1
Installed-Size: 448
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 5.2)
Size: 228448
SHA256: 023dd4ce4d6504d71c88b4193c27ac5db93c66c90a4d11bab2b5634e9fdc2fe2
SHA1: c3aff4b75c077e16f66fa3f889c9f66a9d7651a8
MD5sum: 6a6c8d4ec981a935144bae7e25df31ee
Description: Formats docstrings to follow Python PEP 257 (Documentation)
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,
* Unless the entire docstring fits on a line, place 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.
.
This package contains the documentation.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/PyCQA/docformatter
Section: doc
Priority: optional
Filename: pool/main/p/python-docformatter/python-docformatter-doc_1.7.5-1_all.deb

5. The same packages on other Linux Distributions