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

Last updated: November 07,2024

1. Install "python3-pyxb" package

This tutorial shows how to install python3-pyxb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pyxb

2. Uninstall "python3-pyxb" package

This guide covers the steps necessary to uninstall python3-pyxb on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-pyxb
Priority: extra
Section: universe/python
Installed-Size: 1268
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pyxb
Version: 1.2.4+dfsg-1
Depends: python3, python3:any (>= 3.3.2-2~)
Suggests: python-pyxb-doc
Filename: pool/universe/p/pyxb/python3-pyxb_1.2.4+dfsg-1_all.deb
Size: 219782
MD5sum: b0547f36ee3ccc06da443e9e06ff39ed
SHA1: be86e7070b4f03fb27d4f0594cdb07001ce85e56
SHA256: 690d5db617093da3e691c8cb4ad0456cd9871ecb7aebdfc9106f7b737ea9c705
Description-en: Python XML Schema Bindings (Python3 version)
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 Python 3 version of the library.
Description-md5: 5a6f67fee9372e89423a936c28cd3530
Homepage: http://pyxb.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu