summaryrefslogtreecommitdiffstats
path: root/python/cssselect/README
diff options
context:
space:
mode:
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
commit8605168a123ea7da106b2733af127174fa326a99 (patch)
tree9547f4aaf25dea7a263e3fc31e1aa4725c44fa39 /python/cssselect/README
parenta44650c691eb054deb0d59ee0d17e49d91565500 (diff)
downloadslackbuilds-8605168a123ea7da106b2733af127174fa326a99.tar.gz
slackbuilds-8605168a123ea7da106b2733af127174fa326a99.tar.xz
python/cssselect: Added (CSS3 selectors parser).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/cssselect/README')
-rw-r--r--python/cssselect/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/cssselect/README b/python/cssselect/README
new file mode 100644
index 0000000000..962b0278f1
--- /dev/null
+++ b/python/cssselect/README
@@ -0,0 +1,3 @@
+cssselect parses CSS3 Selectors and translate them to XPath 1.0 expressions.
+Such expressions can be used in lxml or another XPath engine to find the
+matching elements in an XML or HTML document.