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

Last updated: May 14,2024

1. Install "python3-monty" package

Please follow the instructions below to install python3-monty on Kali Linux

$ sudo apt update $ sudo apt install python3-monty

2. Uninstall "python3-monty" package

Please follow the guidelines below to uninstall python3-monty on Kali Linux:

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

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

Package: python3-monty
Source: monty
Version: 2024.2.2-1
Installed-Size: 149
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pydantic, python3:any
Recommends: python-monty-doc, python3-torch
Size: 38776
SHA256: ed1ec9f7ec980555689c1b311ed398a372a2fd382a0f51f5efda84db7c4f69fb
SHA1: a65b172c64ef224c29d13f959ae9daadf4687d3c
MD5sum: 7a3dfabb1260c5bce22751bb42f99a76
Description: missing complement to Python (Python 3)
Monty is the missing complement to Python. Monty implements
supplementary useful functions for Python that are not part of the
standard library. Examples include useful utilities like transparent
support for zipped files, useful design patterns such as singleton and
cached_class, and many more.
.
Python is a great programming language and comes with “batteries
included”. However, even Python has missing functionality and/or
quirks that make it more difficult to do many simple tasks. In the
process of creating several large scientific frameworks based on
Python, the authors have found that it is often useful to
create reusable utility functions to supplement the Python standard
library. Their forays in various developer sites and forums also found
that many developers are looking for solutions to the same problems.
.
Monty is created to serve as a complement to the Python standard
library. It provides suite of tools to solve many common problems, and
hopefully, be a resource to collect the best solutions.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/materialsvirtuallab/monty
Section: python
Priority: optional
Filename: pool/main/m/monty/python3-monty_2024.2.2-1_all.deb