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

Last updated: November 23,2024

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

Please follow the step by step instructions below to install python-pyxb-bundles-wssplat on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This tutorial shows how to uninstall python-pyxb-bundles-wssplat on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-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: python-pyxb (= 1.2.4+dfsg-1), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/pyxb/python-pyxb-bundles-wssplat_1.2.4+dfsg-1_all.deb
Size: 594934
MD5sum: defa9aef108accb6aa3db6d7bbfb1efd
SHA1: 0867f7a810c0f53c6075c6cae3112d99d56e6e7f
SHA256: f1720af122cfd40607c6766909c1fedcc121abf5e6ee60d46b886f1af9d5474c
Description-en: Python XML Schema Bindings (WS-* bindings for Python2)
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 Python2.
Description-md5: 12fc29a5f1e29205b5f5f2b61644a504
Homepage: http://pyxb.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu