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/README | |
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/README')
-rw-r--r-- | python/python3-soupsieve/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python3-soupsieve/README b/python/python3-soupsieve/README new file mode 100644 index 0000000000000..6acf8ef461b1a --- /dev/null +++ b/python/python3-soupsieve/README @@ -0,0 +1,6 @@ +Soup Sieve is a CSS selector library designed to be used with +Beautiful Soup 4. It aims to provide selecting, matching, and +filtering using modern CSS selectors. + +Soup Sieve >= 2.0.0 has dropped Python 2 support. Hence, the +python-soupsieve SlackBuild is at version 1.9.5. |