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