-
Notifications
You must be signed in to change notification settings - Fork 1
This is source file implement an python HTML/XML selector behave as JQuery selector based on lxml and pyquery.
License
wangqiang8511/JQSelector
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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.
About
This is source file implement an python HTML/XML selector behave as JQuery selector based on lxml and pyquery.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published