aboutsummaryrefslogtreecommitdiff
path: root/python/python3-cssselect/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+SBo@gmail.com>2024-02-17 08:33:00 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-17 08:39:06 +0700
commit7ce7500e6656d17e0d505bf6c36825577830fd88 (patch)
tree1eb69cbb2a048120e2d2df54b74121e8917965a5 /python/python3-cssselect/README
parentf6663c209cd5a06781136c784b854a673fe9b03c (diff)
python/python3-cssselect: Added (Python3 of cssselect).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-cssselect/README')
-rw-r--r--python/python3-cssselect/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/python/python3-cssselect/README b/python/python3-cssselect/README
new file mode 100644
index 0000000000..4fcf796e12
--- /dev/null
+++ b/python/python3-cssselect/README
@@ -0,0 +1,12 @@
+python3-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 python2-cssselect without issue.
+
+Also note: This has a circular optional dependency with lxml. If
+desired, rebuild this after installing lxml.