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

Last updated: May 23,2024

1. Install "python3-xsdata" package

Please follow the steps below to install python3-xsdata on Kali Linux

$ sudo apt update $ sudo apt install python3-xsdata

2. Uninstall "python3-xsdata" package

Please follow the guidance below to uninstall python3-xsdata on Kali Linux:

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

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

Package: python3-xsdata
Source: python-xsdata
Version: 23.8-1.1
Installed-Size: 816
Maintainer: Debian Python Team
Architecture: all
Depends: python3-typing-extensions, python3:any
Suggests: python-xsdata-doc
Size: 126384
SHA256: 0ac36fbd8cb06e0568fe4e9f1ba03a6b8f320f2a06a5ba2a140751eb460ea656
SHA1: 30616a25bcc03f608ff0211a3f63396605540f41
MD5sum: a0733b071e2a6c3bbd112c9993330e43
Description: Naive XML Bindings for Python (Python 3)
xsData is a complete XML data binding library for Python allowing developers
to access and use XML documents as simple objects rather than using DOM.
.
It ships with a code generator for XML Schema definitions and WSDL 1.1 with
SOAP 1.1 bindings. It produces simple dataclasses with type hints that don't
depend on the library itself in order to reduce the learning curve for users
that have to write the binding models manually.
.
The included xml parser and serializer are highly optimized and adaptable
with handlers based on native Python and lxml. The parser configuration
offers the ability to skip unknown properties and to process xinclude
statements.
.
xsData is constantly tested against the W3C XML Schema 1.1 test suite.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/tefra/xsdata
Section: python
Priority: optional
Filename: pool/main/p/python-xsdata/python3-xsdata_23.8-1.1_all.deb