Home > JQSelector

JQSelector

JQSelector is a project mainly written in Python, based on the View license.

This is source file implement an python HTML/XML selector behave as JQuery selector based on lxml and pyquery.

JQSelector 1.0

What is this?

JQSelector implement an HTML/XML selector act like JQuery Selector for python. This is developed based on lxml and pyquery. Due to pyquery has not fully support the JQuery selector, e.g. not support the "selector1 + selector2" etc.

  • support "selector1 + selector2"

  • support "selector1 ~ selector2"

  • support "selector1 > selector2"

  • support "selector1 + selector2 > selector3 ..."

Dependencies

lxml pyquery

Examples

See the unittest in the Example folder.

Previous:cinecorn