Python Forum

Full Version: Any HTML2 library
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Any HTML2 module I can use with Python? As a client side. I wonder if one of the built-ins has such capabilities.
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.