Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Quart from dead packages #210

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,16 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge responder
```
</details>
<details><summary><b><a href="https://github.com/pallets/quart">quart</a></b> (🥉25 · ⭐ 2.7K) - Quart is a Python ASGI web microframework with the same API as Flask. <code><a href="http://bit.ly/34MBwT8">MIT</a></code> </summary>
- [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
```
</details>
<details><summary><b><a href="https://github.com/MasoniteFramework/masonite">masonite</a></b> (🥉28 · ⭐ 2.2K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code></summary>

- [GitHub](https://github.com/MasoniteFramework/masonite) (👨‍💻 87 · 🔀 130 · 📦 520 · 📋 410 - 9% open · ⏱️ 04.04.2024):
Expand Down Expand Up @@ -479,7 +489,6 @@ _General purpose web frameworks to build web applications and REST APIs._
- <b><a href="https://github.com/Pylons/pyramid">pyramid</a></b> (🥈35 · ⭐ 3.9K) - Pyramid - A Python web framework. <code>❗Unlicensed</code>
- <b><a href="https://github.com/noirbizarre/flask-restplus">flask-restplus</a></b> (🥉30 · ⭐ 2.7K · 💀) - Fully featured framework for fast, easy and.. <code><a href="http://bit.ly/3aKzpTv">BSD-3</a></code> <code><img src="https://flask.palletsprojects.com/en/1.1.x/_static/flask-icon.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/Cornices/cornice">cornice</a></b> (🥉27 · ⭐ 380) - Build Web Services with Pyramid. <code>❗Unlicensed</code> <code><img src="https://trypyramid.com/img/pyramid-16x16.png" style="display:inline;" width="13" height="13"></code>
- <b><a href="https://github.com/pgjones/quart">quart</a></b> (🥉25 · ⭐ 2.7K · 💀) - Quart is a Python ASGI web microframework with the same API as Flask. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/squeaky-pl/japronto">japronto</a></b> (🥉24 · ⭐ 8.6K · 💀) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining.. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/vibora-io/vibora">vibora</a></b> (🥉22 · ⭐ 5.7K · 💀) - Fast, asynchronous and elegant Python web framework. <code><a href="http://bit.ly/34MBwT8">MIT</a></code>
- <b><a href="https://github.com/pyGrowler/Growler">Growler</a></b> (🥉15 · ⭐ 690 · 💀) - A micro web-framework using asyncio coroutines and chained.. <code><a href="http://bit.ly/3nYMfla">Apache-2</a></code>
Expand Down