Xul documentation

Xul: XML [1] utilities written in Python. Current release: 3.1.2

PyPI version Wheel Python versions License Documentation Black code style Typing checked by mypy Ruff linting Imports sorted by isort Code checks

Xul scripts

Xul is a set of XML scripts written in Python. The supported XML sources are documented in XML source.

Installing

Xul command-line scripts can be installed with pip:

pip install Xul

Install Xul with Pygments for XML syntax highlighting.

pip install Xul[syntax]

Dependencies

Xul uses the excellent lxml XML toolkit, a Pythonic binding for the C libraries libxml2 and libxslt.

Source

The source can be found on GitHub.

Other

Footnotes