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

Last updated: May 10,2024

1. Install "python3-xmlschema" package

In this section, we are going to explain the necessary steps to install python3-xmlschema on Kali Linux

$ sudo apt update $ sudo apt install python3-xmlschema

2. Uninstall "python3-xmlschema" package

Please follow the instructions below to uninstall python3-xmlschema on Kali Linux:

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

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

Package: python3-xmlschema
Source: python-xmlschema
Version: 1.10.0-7
Installed-Size: 1361
Maintainer: Debian Python Team
Architecture: all
Depends: python3-elementpath (>= 2.5.0), python3:any
Size: 177064
SHA256: 05d32c238e2e44098b329d98a099767f84e6d0912158afc255291a34d9feb77a
SHA1: 88b63be8752bb0a02e39d409862b58042a2c86d7
MD5sum: 7c5cfd2e3ab9e6f59217989d6232e901
Description: implementation of XML Schema for Python
This library includes the following features:
.
* Full XSD 1.0 and XSD 1.1 support
* Building of XML schema objects from XSD files
* Validation of XML instances against XSD schemas
* Decoding of XML data into Python data and to JSON
* Encoding of Python data and JSON to XML
* Data decoding and encoding ruled by converter classes
* An XPath based API for finding schema's elements and attributes
* Support of XSD validation modes strict/lax/skip
* Remote attacks protection by default using an XMLParser that forbids
entities
* XML data bindings based on DataElement class
* Static code generation with Jinja2 templates
.
This package contains the Python 3.x version of xmlschema.
Description-md5:
Homepage: https://github.com/sissaschool/xmlschema
Section: python
Priority: optional
Filename: pool/main/p/python-xmlschema/python3-xmlschema_1.10.0-7_all.deb