lxml 2.1 released
Stefan Behnel
stefan_ml at behnel.de
Wed Jul 9 16:27:23 CEST 2008
Hi all,
lxml 2.1 has been released to PyPI. This is the first official lxml release
that builds and works on Python 2.3, 2.4, 2.5, 2.6 (beta) and 3.0 (beta).
http://codespeak.net/lxml/dev/
http://pypi.python.org/pypi/lxml/2.1
Install with
easy_install lxml==2.1
What is lxml?
"""
In short: lxml is the most feature-rich and easy-to-use library for working
with XML and HTML in the Python language.
lxml is a Pythonic binding for the libxml2 and libxslt libraries. It is unique
in that it combines the speed and feature completeness of these libraries with
the simplicity of a native Python API.
"""
Feedback is very much appreciated, especially on new features like the
namespace cleanup function and on Python 2.6/3.0 support.
Have fun,
Stefan
More information about the Python-announce-list
mailing list