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

Last updated: October 04,2024

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

Please follow the instructions below to install python3-pyxb-bundles-saml20 on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the step by step instructions below to uninstall python3-pyxb-bundles-saml20 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3-pyxb (= 1.2.4+dfsg-1), python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/pyxb/python3-pyxb-bundles-saml20_1.2.4+dfsg-1_all.deb
Size: 158976
MD5sum: 9344f351b054122e7835c002ed3ae3bb
SHA1: e826a7cb9866a96c8d4c516d9d20d59a000591ea
SHA256: 0d0db5ad452ef6821e9d216f79f38d577ed32404ff5b23119ac727482fa00865
Description-en: Python XML Schema Bindings (SAML 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 Security Assertion Markup Language bindings
for Python3.
Description-md5: cbc164149704dfe5fab3262d190e5cad
Homepage: http://pyxb.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu