diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2020-04-10 10:06:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-10 10:06:34 +0700 |
commit | ddf2b1f7f82c2393c096192f23a352c7aa36b762 (patch) | |
tree | 8599f9d7a16fe4a3cf7fca56433b2960ad0ff5d9 /python/python3-soupsieve/slack-desc | |
parent | a12618cee86affbb592795671404804ba2909ae7 (diff) |
python/python3-soupsieve: Added (A CSS selector implementation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-soupsieve/slack-desc')
-rw-r--r-- | python/python3-soupsieve/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-soupsieve/slack-desc b/python/python3-soupsieve/slack-desc new file mode 100644 index 0000000000..514594ef55 --- /dev/null +++ b/python/python3-soupsieve/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-soupsieve: python3-soupsieve (A CSS selector implementation for BeautifulSoup) +python3-soupsieve: +python3-soupsieve: Soup Sieve is a CSS selector library designed to be used with +python3-soupsieve: Beautiful Soup 4. It aims to provide selecting, matching, and +python3-soupsieve: filtering using modern CSS selectors. +python3-soupsieve: +python3-soupsieve: +python3-soupsieve: +python3-soupsieve: +python3-soupsieve: +python3-soupsieve: |