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

Last updated: May 20,2024

1. Install "python-pyxb" package

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

$ sudo apt update $ sudo apt install python-pyxb

2. Uninstall "python-pyxb" package

This is a short guide on how to uninstall python-pyxb on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pyxb
Priority: extra
Section: universe/python
Installed-Size: 1269
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pyxb
Version: 1.2.4+dfsg-1
Depends: python, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-pyxb-doc
Filename: pool/universe/p/pyxb/python-pyxb_1.2.4+dfsg-1_all.deb
Size: 220086
MD5sum: 8bcbb30553389c0db51e8f28ea40f0cf
SHA1: 8a7434859783e3e0fd6707a1b61e0dfb7952cbe2
SHA256: 650d370b494bfb92dfe2cfea8569e99e8bc1e656ee085b1e84225d5ccaa29072
Description-en: Python XML Schema Bindings (Python2 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 2 version of the library.
Description-md5: 2174ef07b8eee744061d816a0e5d5d2e
Homepage: http://pyxb.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu