lxml==6.1.1
# Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
$ pip install lxml
downloads/wk
87,578,740
license
BSD-3-Clause
version
6.1.1
python
>=3.8
What is lxml?
lxml is a Python library for parsing and manipulating XML and HTML documents, built on top of the fast C libraries libxml2 and libxslt. Developers use it when they need to read, search, transform, or validate XML data with better performance than pure Python alternatives, while benefiting from a familiar ElementTree-style API. It's particularly useful for handling large XML files or performing complex document transformations with XSLT.
Links
Dependencies (4)
Author
lxml dev team