slackbuilds/python/html2text
B. Watson c13070d596
python/html2text: Use github URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-08-29 10:08:34 +07:00
..
README python/html2text: Updated for version 2020.1.16, new maintainer. 2020-02-08 15:03:25 +07:00
html2text.SlackBuild python/html2text: Updated for version 2020.1.16, new maintainer. 2020-02-08 15:03:25 +07:00
html2text.info python/html2text: Use github URL. 2020-08-29 10:08:34 +07:00
slack-desc python/html2text: Updated for version 2020.1.16, new maintainer. 2020-02-08 15:03:25 +07:00

README

html2text (turn 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).