diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2012-12-11 09:47:54 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:23:07 -0500 |
commit | 8605168a123ea7da106b2733af127174fa326a99 (patch) | |
tree | 9547f4aaf25dea7a263e3fc31e1aa4725c44fa39 /python/cssselect/slack-desc | |
parent | a44650c691eb054deb0d59ee0d17e49d91565500 (diff) |
python/cssselect: Added (CSS3 selectors parser).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/cssselect/slack-desc')
-rw-r--r-- | python/cssselect/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/cssselect/slack-desc b/python/cssselect/slack-desc new file mode 100644 index 0000000000000..a25ab463777a9 --- /dev/null +++ b/python/cssselect/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +cssselect: cssselect +cssselect: +cssselect: cssselect parses CSS3 Selectors and translate them to XPath 1.0 +cssselect: expressions. Such expressions can be used in lxml or another XPath +cssselect: engine to find the matching elements in an XML or HTML document. +cssselect: +cssselect: Homepage: http://packages.python.org/cssselect/ +cssselect: +cssselect: +cssselect: +cssselect: |