There was an error while loading. Please reload this page.
1 parent 2e7ed1f commit 1a83c86Copy full SHA for 1a83c86
1 file changed
README.md
@@ -32,19 +32,18 @@ Zen operates autonomously on the same server as your Python app to:
32
33
Zen for Python 3 is compatible with:
34
35
-### Web frameworks
36
-
37
-* ✅ [Django](docs/django.md) (WSGI only)
+### WSGI
+* ✅ [Django](docs/django.md)
38
* ✅ [Flask](docs/flask.md) ^2.2.4
+#### WSGI Servers
39
+* ✅ [Gunicorn](docs/gunicorn.md)
40
+* ✅ [uWSGI](docs/uwsgi.md)
41
+
42
+### ASGI
43
* ✅ [Quart](docs/quart.md)
44
* ✅ [Starlette](docs/starlette.md)
45
* ✅ [FastAPI](docs/fastapi.md)
46
-### WSGI servers
-* ✅ [Gunicorn](docs/gunicorn.md)
-* ✅ [uWSGI](docs/uwsgi.md)
47
48
### Database drivers
49
* ✅ [`mysqlclient`](https://pypi.org/project/mysqlclient/) ^1.5
50
* ✅ [`PyMySQL`](https://pypi.org/project/PyMySQL/) ^0.9
0 commit comments