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

Last updated: May 17,2024

1. Install "python3-multipledispatch" package

Here is a brief guide to show you how to install python3-multipledispatch on Kali Linux

$ sudo apt update $ sudo apt install python3-multipledispatch

2. Uninstall "python3-multipledispatch" package

This tutorial shows how to uninstall python3-multipledispatch on Kali Linux:

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

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

Package: python3-multipledispatch
Source: python-multipledispatch
Version: 1.0.0-1
Installed-Size: 75
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 15520
SHA256: 9c34cdeec48af5aecc90fa690fd959b91bfd292ec2b79b55498018d1cdfd37e9
SHA1: 291cff42578c648ebd3ccc28dbefce315047e972
MD5sum: 068be8d3fa802080b3b0e85aeb16592d
Description: multiple dispatch in Python
This implementation of multiple dispatch is efficient, mostly complete,
performs static analysis to avoid conflicts, and provides optional namespace
support. It looks good too.
.
What this does:
* Dispatches on all non-keyword arguments
* Supports inheritance
* Supports instance methods
* Supports union types, e.g. (int, float)
* Supports builtin abstract classes, e.g. Iterator, Number, ...
* Caches for fast repeated lookup
* Identifies possible ambiguities at function definition time
* Provides hints to resolve ambiguities when they occur
* Supports namespaces with optional keyword arguments
* Supports variadic dispatch
.
What this doesn't do:
* Diagonal dispatch
* Efficient update: The addition of a new signature requires a full resolve
of the whole function. This becomes troublesome after you get to a few
hundred type signatures.
.
This package contains the Python 3.x version of multipledispatch.
Description-md5:
Homepage: https://github.com/mrocklin/multipledispatch
Section: python
Priority: optional
Filename: pool/main/p/python-multipledispatch/python3-multipledispatch_1.0.0-1_all.deb