How to Install and Uninstall xsdata Package on Kali Linux

Last updated: May 17,2024

1. Install "xsdata" package

This is a short guide on how to install xsdata on Kali Linux

$ sudo apt update $ sudo apt install xsdata

2. Uninstall "xsdata" package

Please follow the steps below to uninstall xsdata on Kali Linux:

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

3. Information about the xsdata package on Kali Linux

Package: xsdata
Source: python-xsdata
Version: 23.8-1.1
Installed-Size: 29
Maintainer: Debian Python Team
Architecture: all
Replaces: python3-xsdata (<< 23.8)
Depends: python3-click, python3-click-default-group, python3-docformatter, python3-jinja2, python3-toposort, python3-xsdata (= 23.8-1.1), python3:any
Breaks: python3-xsdata (<< 23.8)
Size: 15468
SHA256: 675e96c54c117e8df53f53d4f6a187e56abc87da465250a9aa92cfc881442afc
SHA1: 322eb1f61a998f8259b4a8e0d4a96d1f88430eb2
MD5sum: ef1e81ba8440b9e7fdc4c58c4e0cd703
Description: Naive XML Bindings for Python
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.
Description-md5:
Homepage: https://github.com/tefra/xsdata
Section: devel
Priority: optional
Filename: pool/main/p/python-xsdata/xsdata_23.8-1.1_all.deb