From e19486a933a9d571a7380a3abdc23981a82e1048 Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Sat, 17 Feb 2024 08:33:13 +0700 Subject: python/python2-cssselect: Added (Python2 of cssselect). Signed-off-by: Willy Sudiarto Raharjo --- python/python2-cssselect/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 python/python2-cssselect/slack-desc (limited to 'python/python2-cssselect/slack-desc') 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: -- cgit v1.2.3