diff options
author | B. Watson <yalhcru@gmail.com> | 2020-02-03 11:46:39 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 15:03:25 +0700 |
commit | 3bdd47985e67657773b954744fe717c0f063f25e (patch) | |
tree | d5604f5f5f51306c3b5b1e1f7877072d5dcc873c /python/html2text/README | |
parent | c44ac2bb36621add4f7346b7933036df91524f68 (diff) | |
download | slackbuilds-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/README | 9 |
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). |