Python Forum
Any HTML2 library - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: Any HTML2 library (/thread-8141.html)



Any HTML2 library - wavic - Feb-07-2018

Any HTML2 module I can use with Python? As a client side. I wonder if one of the built-ins has such capabilities.


RE: Any HTML2 library - Larz60+ - Feb-07-2018

Have you looked in PyPi? https://pypi.python.org/pypi?%3Aaction=search&term=html2&submit=search


RE: Any HTML2 library - wavic - Feb-07-2018

No, but I did some googling and I found something. Hyper, Quart. Quart is Flask clone but I don't need to build a web app yet. Hyper is on alfa stage for a long time. I don't know if I play with it. I don't know if one of the standard modules is able to do that - using a http2 connection to a server.