Alir3z4 / html2text

Convert HTML to Markdown-formatted text.
alir3z4.github.io/html2text/
GNU General Public License v3.0
1.79k stars 273 forks source link

Missing wheel distribution! #418

Open CNSeniorious000 opened 2 months ago

CNSeniorious000 commented 2 months ago

Some python environment can only install python packages with .whl. Such as @pyodide, a wasm python runtime.

As this is a pure python package, it should be easy to build a wheel for it and upload it to PyPI. Thanks!

Personally I really need this. So if you don't have time, I can try making a PR for this if you want.