summaryrefslogtreecommitdiffstats
path: root/python/BeautifulSoup4/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/BeautifulSoup4/README')
-rw-r--r--python/BeautifulSoup4/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/BeautifulSoup4/README b/python/BeautifulSoup4/README
new file mode 100644
index 0000000000..9e5e23a850
--- /dev/null
+++ b/python/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.
+
+If python3-soupsieve is installed, then this will also build for
+Python 3.