aboutsummaryrefslogtreecommitdiff
path: root/python/python3-cssselect/slack-desc
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/slack-desc
parentf6663c209cd5a06781136c784b854a673fe9b03c (diff)
python/python3-cssselect: Added (Python3 of cssselect).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-cssselect/slack-desc')
-rw-r--r--python/python3-cssselect/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-cssselect/slack-desc b/python/python3-cssselect/slack-desc
new file mode 100644
index 0000000000..8291031470
--- /dev/null
+++ b/python/python3-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------------------------------------------------------|
+python3-cssselect: python3-cssselect (CSS Selectors for Python)
+python3-cssselect:
+python3-cssselect: cssselect is a BSD-licensed Python library to parse CSS3 selectors
+python3-cssselect: and translate them to XPath 1.0 expressions.
+python3-cssselect:
+python3-cssselect: XPath 1.0 expressions can be used in lxml or another XPath engine
+python3-cssselect: to find the matching elements in an XML or HTML document.
+python3-cssselect:
+python3-cssselect: HOMEPAGE: https://cssselect.readthedocs.io/
+python3-cssselect:
+python3-cssselect: