Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Top 21 Python Wsgi Projects
-
Project mention: Microdot "The impossibly small web framework for Python and MicroPython" | news.ycombinator.com | 2023-11-05
-
falcon
The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
Falcon FastAPI Sanic Starlite (disclosure: I do work here)
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
gunicorn
gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.
I'm hoping so – gunicorn has a long-open pull request that would fix `--reuse-port`, which currently does nothing
-
-
-
Pyramid (https://trypyramid.com/) is nice in that it has URL dispatch predicates, like @view_config(header="HX-Target-Name=foo") which lets you have HTMX-specific view functions, which return only what is needed
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
Project mention: [Guide] A Tour Through the Python Framework Galaxy: Discovering the Stars | /r/coder_corner | 2023-04-29
Try BlackSheep | Kore | socketify | baize
-
Project mention: Granian – a Rust HTTP server for Python applications | news.ycombinator.com | 2023-01-16
for those wishing to use http3 with a Python web framework, the ASGI hypercorn[1] currently supports it.
made a Django example last week with a sample client based on the examples from aioquic[2]: https://github.com/djstein/django-http3-example
this example also includes the first pass at async Django REST Framework using adrift[3] based on these GitHub issues:
- https://github.com/encode/django-rest-framework/pull/8617
- https://github.com/encode/django-rest-framework/issues/8496
sources
[1]: https://github.com/pgjones/hypercorn
-
-
-
See Spectree for 1-4 for Flask, Flask also allows async if not see Quart and Quart-Schema. 6. It is not faster than Flask for production apps - only micro benchmarks.
-
-
-
-
Project mention: [Guide] A Tour Through the Python Framework Galaxy: Discovering the Stars | /r/coder_corner | 2023-04-29
Try BlackSheep | Kore | socketify | baize
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Python Wsgi related posts
- Why the bottle framework uses only one file
- How do you iterate on a library built locally?
- Can anyone show me where the first piece of code is reused in the second?
- I'm learning python but I'm confused for the path ahead.
- Bobtail – A little Python WSGI HTTP framework
- Web/Desktop App
- Bobtail static files - A little Python http framework
-
A note from our sponsor - Onboard AI
getonboard.dev | 28 Nov 2023
Index
What are some of the best open-source Wsgi projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | Flask | 65,008 |
2 | falcon | 9,295 |
3 | gunicorn | 9,246 |
4 | Bottle | 8,152 |
5 | Werkzeug | 6,452 |
6 | Pyramid | 3,863 |
7 | sqladmin | 1,301 |
8 | socketify.py | 1,112 |
9 | hypercorn | 773 |
10 | wsgidav | 750 |
11 | Zope | 334 |
12 | spectree | 294 |
13 | a2wsgi | 161 |
14 | netius | 121 |
15 | rpiapi | 84 |
16 | baize | 71 |
17 | django-http-exceptions | 28 |
18 | bobtail | 18 |
19 | waffleweb | 13 |
20 | PyHP | 7 |
21 | pysgi | 3 |