How to Install and Uninstall python3-pyxb-bundles-wssplat Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python3-pyxb-bundles-wssplat" package

Here is a brief guide to show you how to install python3-pyxb-bundles-wssplat on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pyxb-bundles-wssplat

2. Uninstall "python3-pyxb-bundles-wssplat" package

Please follow the guidance below to uninstall python3-pyxb-bundles-wssplat on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-pyxb-bundles-wssplat $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pyxb-bundles-wssplat package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-pyxb-bundles-wssplat
Priority: extra
Section: universe/python
Installed-Size: 5323
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pyxb
Version: 1.2.4+dfsg-1
Depends: python3-pyxb (= 1.2.4+dfsg-1), python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/pyxb/python3-pyxb-bundles-wssplat_1.2.4+dfsg-1_all.deb
Size: 595054
MD5sum: 5e3bfd0b7a299c1199c4ef143920cad4
SHA1: e80e34d7fc782c0162b7e9db35937beba9d79cd0
SHA256: 6d0e4298b8ce9bbd7af621be26a151bc8bd868c3e6837a9d71857fcd0758c7bf
Description-en: Python XML Schema Bindings (WS-* bindings for Python3)
PyXB is a pure Python package that generates Python code for classes that
correspond to data structures defined by XMLSchema. In concept it is similar to
JAXB for Java and CodeSynthesis XSD for C++.
.
The major goals of PyXB are:
* Provide a generated Python interface that is “Pythonic”, meaning similar to
one that would have been hand-written:
+ Attributes and elements are Python properties, with name conflicts
resolved in favor of elements
+ Elements with maxOccurs larger than 1 are stored as Python lists
+ Bindings for type extensions inherit from the binding for the base type
+ Enumeration constraints are exposed as class (constant) variables
* Support bi-directional conversion (document to Python and back)
* Allow easy customization of the generated bindings to provide functionality
along with content
* Support all XMLSchema features that are in common use, including:
+ complex content models (nested all/choice/sequence)
+ cross-namespace dependencies
+ include and import directives
+ constraints on simple types
* Validate the documents against their schema
.
This package contains the prebuilt WS-* bindings for Python3.
Description-md5: 624f3de665680bdf9a41e0f43779061d
Homepage: http://pyxb.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu