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

Last updated: December 23,2024

1. Install "python3-pyment" package

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

$ sudo apt update $ sudo apt install python3-pyment

2. Uninstall "python3-pyment" package

Please follow the instructions below to uninstall python3-pyment on Kali Linux:

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

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

Package: python3-pyment
Source: pyment
Version: 0.3.4+ds-4
Installed-Size: 136
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Suggests: python3-pyment-doc
Size: 23700
SHA256: 0c9e7b99f300159ee28c01767dd1a0015fc080c5a6e0dd6bc490f604ae22fc18
SHA1: b1391dbbd99f1436296bc81fb821d38f626c643c
MD5sum: c5492077ee3a44ffba4664594cbae795
Description: Generate/convert the docstrings from code signature
pyment is intended for Python programmers to help facilitate internal code
using docstrings.
.
It is useful for code not well documented, or code without docstrings, or some
code not yet or partially documented, or a mixture of all these. It can also
be useful to harmonize or change a project docstring style format.
.
will parse one or several Python scripts and retrieve existing docstrings.
So for all functions, methods/, lasses found, it will generate docstrings
formatted with parameters, default values.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/dadadel/pyment
Section: python
Priority: optional
Filename: pool/main/p/pyment/python3-pyment_0.3.4+ds-4_all.deb