aboutsummaryrefslogtreecommitdiff
path: root/python/python2-cssselect/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+SBo@gmail.com>2024-02-17 08:33:13 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-17 08:40:10 +0700
commite19486a933a9d571a7380a3abdc23981a82e1048 (patch)
tree651cd35dda4561347828a940d826b4023712655c /python/python2-cssselect/README
parent7ce7500e6656d17e0d505bf6c36825577830fd88 (diff)
python/python2-cssselect: Added (Python2 of cssselect).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-cssselect/README')
-rw-r--r--python/python2-cssselect/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/python/python2-cssselect/README b/python/python2-cssselect/README
new file mode 100644
index 0000000000..c6355a81ce
--- /dev/null
+++ b/python/python2-cssselect/README
@@ -0,0 +1,14 @@
+python2-cssselect (CSS Selectors for Python)
+
+cssselect is a BSD-licensed Python library to parse CSS3 selectors
+and translate them to XPath 1.0 expressions.
+
+XPath 1.0 expressions can be used in lxml or another XPath engine
+to find the matching elements in an XML or HTML document.
+
+Note: This can coexist with python3-cssselect without issue.
+
+Also note: This has a circular optional dependency with lxml. If
+desired, rebuild this after installing lxml.
+
+Final note: This is the last version supporting python2.