mingrammer/python-web-framework-stars

include Quart?

jefmud opened this issue · 1 comments

I like your project. If I may make a suggestion-- I nominate that you include Phil Jones' microframework Quart in your list. I wrote a mini-blog app in Flask and was able to convert it to Quart with minor "async" additions. It is being actively developed by the author.

From his gitlab and github site:

https://pgjones.gitlab.io/quart/
https://github.com/pgjones/quart

"Quart is a Python ASGI web microframework. It is intended to provide the easiest way to use asyncio functionality in a web context, especially with existing Flask apps. This is possible as the Quart API is a superset of the Flask API."

Please send me a PR to add it!