python3-lxml

pythonic binding for the libxml2 and libxslt libraries
  http://lxml.de/
  2
  1 review



Lxml is a new Python binding for libxml2 and libxslt, completely independent from existing Python bindings. Its aim:

* Pythonic API. * Documented. * Use Python unicode strings in API. * Safe (no segfaults). * No manual memory management!

lxml aims to provide a Pythonic API by following as much as possible the ElementTree API, trying to avoid inventing too many new APIs, or the user's having to learn new things -- XML is complicated enough.
Latest reviews
5
alflanagan 9 years ago

I have parsed a lot of XML in the past couple of years. This library is far superior to the python standard libraries. Nice high-level API, decent docs, stable and reliable.