How to Install and Uninstall python3-pydocstyle Package on Kali Linux

Last updated: May 04,2024

1. Install "python3-pydocstyle" package

This guide let you learn how to install python3-pydocstyle on Kali Linux

$ sudo apt update $ sudo apt install python3-pydocstyle

2. Uninstall "python3-pydocstyle" package

This is a short guide on how to uninstall python3-pydocstyle on Kali Linux:

$ sudo apt remove python3-pydocstyle $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pydocstyle package on Kali Linux

Package: python3-pydocstyle
Source: pydocstyle
Version: 6.3.0-1.1
Installed-Size: 167
Maintainer: Debian Python Team
Architecture: all
Depends: python3-importlib-metadata | python3-supported-min (>= 3.8), python3-snowballstemmer (>= 2.2.0), python3:any
Suggests: python3-toml
Breaks: python3-spyder (<< 5.4.2)
Size: 40324
SHA256: 565ce760306f012203cafd800b186c437d2c80a1f6970db721210d38708b59ad
SHA1: 646f10712ea2e34ab776b0164a9e5627dfc88a27
MD5sum: ce57949e42204182ba35ef7c36db3db0
Description: Python docstring style checker (Python 3 library)
PEP-257 provides conventions for Python docstrings (string literals which
occur as first statement in a module, function, class or method definition
for documentation purposes). This tool checks Python code whether
these conventions have been complied with, and if docstring are missing.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://www.pydocstyle.org/
Section: python
Priority: optional
Filename: pool/main/p/pydocstyle/python3-pydocstyle_6.3.0-1.1_all.deb