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

Last updated: July 01,2024

1. Install "python3-sdjson" package

This tutorial shows how to install python3-sdjson on Kali Linux

$ sudo apt update $ sudo apt install python3-sdjson

2. Uninstall "python3-sdjson" package

Learn how to uninstall python3-sdjson on Kali Linux:

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

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

Package: python3-sdjson
Source: python-sdjson
Version: 0.4.0-2
Installed-Size: 63
Maintainer: Josenilson Ferreira da Silva
Architecture: all
Depends: python3-domdf-python-tools, python3:any
Size: 16336
SHA256: b1fbc9941991a355cd962b62d6d8fba7e158bbd6fc2142192bc9eab44c7368ed
SHA1: 4ab07bd133559d50cbf1d03cbebd9870834f5111
MD5sum: 26fafc334907c69b640808eade2e19e0
Description: single-dispatch JSON encoder for Python
Module uses functools.singledispatch to support custom encoders for Python
built-in classes and user-created classes.
.
The goal is to simplify the process of serializing objects into JSON by
allowing developers to register custom encoders for their classes,
allowing you to define instances to be converted into JSON format.
.
After coding, you can use sdjson.dumps(class_instance) to serialize an
instance of the class into a JSON string. This makes the process of saving
objects in JSON easier.
.
In addition to serialization to a string, the project provides
the ability to serialize objects directly to JSON files using sdjson.dump
(class_instance, fp).
.
The sdjson project also supports several features of the json module,
including load, loads, JSONDecoder, JSONDecodeError and JSONEncoder.
This allows you to use sdjson as a drop-in replacement for the json
module.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/domdfcoding/singledispatch-json
Section: python
Priority: optional
Filename: pool/main/p/python-sdjson/python3-sdjson_0.4.0-2_all.deb

5. The same packages on other Linux Distributions