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