[lxml-dev] pyquery

Stefan Behnel stefan_ml at behnel.de
Thu Nov 27 19:24:51 CET 2008


Hi,

Olivier Lauzanne wrote:
> But I miss an interface on top of it. Something like
> jquery<http://jquery.com>or
> hpricot <http://code.whytheluckystiff.net/hpricot/>.
> Is there any work in progress to go toward something like that in python ?

Well, there's XPath and CSSSelect in lxml, and modifying XML isn't that
hard either. But there's always space left for improvements, especially for
special use cases.


> Missing a jquery like API in python, I started reproducing the jquery API in
> python by using lxml and released it a few days ago :
> pyquery<http://pypi.python.org/pypi/pyquery>

Thanks for sharing that, I added a link in the trunk docs (doc/FAQ.txt).

Stefan



More information about the lxml-dev mailing list