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

Last updated: June 26,2024

1. Install "python-pyxb-doc" package

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

$ sudo apt update $ sudo apt install python-pyxb-doc

2. Uninstall "python-pyxb-doc" package

Please follow the guidance below to uninstall python-pyxb-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pyxb-doc
Priority: extra
Section: universe/doc
Installed-Size: 1567
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pyxb
Version: 1.2.4+dfsg-1
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/p/pyxb/python-pyxb-doc_1.2.4+dfsg-1_all.deb
Size: 636224
MD5sum: 266b0f7390e767ad3e20c595f99e28fc
SHA1: 338f02326e402635434ca4409cd9fd570e3100d8
SHA256: 5fc30ab243533184ae5499742017ed3e14190292cc96168722f8ae6f62119410
Description-en: Python XML Schema Bindings (Documentation)
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 documentation.
Description-md5: f46a870967e4bbc4be88a669e4b28b7c
Homepage: http://pyxb.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu