From 55069d349aeae425571d1efbece8fa299f899442 Mon Sep 17 00:00:00 2001 From: byggmesterPRO <58855578+byggmesterPRO@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:13:38 +0200 Subject: [PATCH] Remove Quart from dead packages Added proper github link to Quart, added PyPi and Github. I moved it from dead projects up in the middle based on it's star count. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be1bcec9..d2d1e7a6 100644 --- a/README.md +++ b/README.md @@ -381,6 +381,16 @@ _General purpose web frameworks to build web applications and REST APIs._ conda install -c conda-forge responder ``` +
quart (🥉25 · ⭐ 2.7K) - Quart is a Python ASGI web microframework with the same API as Flask. MIT + - [Github](https://github.com/pallets/quart) (👨‍💻 87 · 🔀 151 · 📦 ? · 📋 25 - 0% open · ⏱️ 19.05.2024): + ``` + git clone https://github.com/pallets/quart + ``` +- [PyPi](https://pypi.org/project/Quart/) (📥 530k / month · 📦 ? · ⏱️ 19.05.2024): + ``` + pip install quart + ``` +
masonite (🥉28 · ⭐ 2.2K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT - [GitHub](https://github.com/MasoniteFramework/masonite) (👨‍💻 87 · 🔀 130 · 📦 520 · 📋 410 - 9% open · ⏱️ 04.04.2024): @@ -479,7 +489,6 @@ _General purpose web frameworks to build web applications and REST APIs._ - pyramid (🥈35 · ⭐ 3.9K) - Pyramid - A Python web framework. ❗Unlicensed - flask-restplus (🥉30 · ⭐ 2.7K · 💀) - Fully featured framework for fast, easy and.. BSD-3 - cornice (🥉27 · ⭐ 380) - Build Web Services with Pyramid. ❗Unlicensed -- quart (🥉25 · ⭐ 2.7K · 💀) - Quart is a Python ASGI web microframework with the same API as Flask. MIT - japronto (🥉24 · ⭐ 8.6K · 💀) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining.. MIT - vibora (🥉22 · ⭐ 5.7K · 💀) - Fast, asynchronous and elegant Python web framework. MIT - Growler (🥉15 · ⭐ 690 · 💀) - A micro web-framework using asyncio coroutines and chained.. Apache-2