Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

License

Notifications You must be signed in to change notification settings

wangqiang8511/JQSelector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages