1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/textproc/py-html2text2018/pkg-descr
Danilo G. Baio fd2ddfa604 textproc/py-html2text: Copy to textproc/py-html2text2018
Make way for textproc/py-html2tex to be updated to its latest version
2020.1.16 which supports only Python >= 3.5.

Move dependents that runs only with Python 2.7 to textproc/py-html2text2018.
2020-01-21 00:21:27 +00:00

6 lines
227 B
Plaintext

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).
WWW: https://github.com/Alir3z4/html2text/