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

Last updated: February 17,2025

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

Learn how to install python-pyxb-bundles-saml20 on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

In this section, we are going to explain the necessary steps to uninstall python-pyxb-bundles-saml20 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pyxb-bundles-saml20
Priority: extra
Section: universe/python
Installed-Size: 1379
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-saml20_1.2.4+dfsg-1_all.deb
Size: 158900
MD5sum: ab91e7b5f8b9ebda4b14e5f9d094f411
SHA1: 921a1cf84a4bfa0116bd1922c5bf9413f4768a87
SHA256: eb693ebbac038ab29fcc263bbd5fbf83edd4a699728dcb70970519e8507cb345
Description-en: Python XML Schema Bindings (SAML 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 Security Assertion Markup Language bindings
for Python2.
Description-md5: ccf2fb349b1c4ed3fd400d1a804efcaa
Homepage: http://pyxb.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu