summaryrefslogtreecommitdiffstats
path: root/python/python2-BeautifulSoup4/README
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2022-03-09 12:58:36 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-10 10:41:30 +0700
commit556c87a65d519b9d7f91dc2fddb3c4e5e1b123e8 (patch)
tree2304886ee0f0f13b01a115194dab1dbe1683954a /python/python2-BeautifulSoup4/README
parenteb05ff6fd8ab20b62209905f49099e0e7444415d (diff)
downloadslackbuilds-556c87a65d519b9d7f91dc2fddb3c4e5e1b123e8.tar.gz
slackbuilds-556c87a65d519b9d7f91dc2fddb3c4e5e1b123e8.tar.xz
python/python2-BeautifulSoup4: Added (legacy BeautifulSoup4) python2-BeautifulSoup4 (for Python 2 compatibility)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-BeautifulSoup4/README')
-rw-r--r--python/python2-BeautifulSoup4/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python2-BeautifulSoup4/README b/python/python2-BeautifulSoup4/README
new file mode 100644
index 0000000000..386b38feb3
--- /dev/null
+++ b/python/python2-BeautifulSoup4/README
@@ -0,0 +1,6 @@
+Beautiful Soup is a Python HTML/XML parser designed for quick
+turnaround projects like screen-scraping. It commonly saves
+programmers hours or days of work.
+
+Beautiful Soup 4.9.3 is the last supported version for Python 2. Newer
+versions have dropped Python 2 support.