summaryrefslogtreecommitdiff
path: root/python/html2text/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2020-02-03 11:46:39 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-02-08 15:03:25 +0700
commit3bdd47985e67657773b954744fe717c0f063f25e (patch)
treed5604f5f5f51306c3b5b1e1f7877072d5dcc873c /python/html2text/README
parentc44ac2bb36621add4f7346b7933036df91524f68 (diff)
downloadslackbuilds-3bdd47985e67657773b954744fe717c0f063f25e.tar.gz
python/html2text: Updated for version 2020.1.16, new maintainer.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/html2text/README')
-rw-r--r--python/html2text/README9
1 files changed, 7 insertions, 2 deletions
diff --git a/python/html2text/README b/python/html2text/README
index 6e69b48a74..927db5fb6d 100644
--- a/python/html2text/README
+++ b/python/html2text/README
@@ -1,3 +1,8 @@
-html2text (Python HTML-to-text converter)
+html2text (turn HTML into equivalent Markdown-structured text)
-It turns HTML into equivalent Markdown-structured text.
+html2text is a Python script that converts a page of HTML into clean,
+easy-to-read plain ASCII text. Better yet, that ASCII also happens to
+be valid Markdown (a text-to-HTML format).
+
+html2text can be used as a standalone program ("html2text --help" for
+usage) or as a Python library (import html2text).