SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Python Wsgi Projects
-
Project mention: The Python Learning Journey: From Beginner Confusion to Advanced Mastery | dev.to | 2025-08-18
Code Reading: Study repositories like Flask, Requests, or Rich on GitHub. Notice how they handle imports, error cases, and API design. Reading production code reveals patterns you won't find in tutorials.
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
gunicorn
gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.
-
falcon
The no-magic web API and microservices framework for Python developers, with a focus on reliability and performance at scale.
-
-
-
Pyramid is a small, fast, down-to-earth Python web framework. It is designed to make creating web applications easier.
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
-
-
-
-
-
Project mention: How to deploy Django in a subdirectory with Docker, NGINX and Whitenoise | dev.to | 2024-09-21
You can find the PR here.
-
-
-
-
axon-api
Zero-dependency WSGI framework with request batching, multipart streaming, and HTTP range support. Built for applications that require high performance without the bloat.
Project mention: Show HN: Python file streaming 237MB/s on $8M droplet in 507 lines of stdlib | news.ycombinator.com | 2025-08-19- Deployment Script: https://github.com/b-is-for-build/axon-api/blob/master/examp...
Axon is a 507-line, pure Python WSGI framework that achieves up to 237MB/s file streaming on $8/month hardware. The key feature is the dynamic bundling of multiple files into a single multipart stream while maintaining bounded memory (<225MB). The implementation saturates CPU before reaching I/O limits.
Technical highlights:
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Python Wsgi discussion
Python Wsgi related posts
-
Building an AI-Powered Image Captioning App with React and Flask
-
How to Create Your First API with Python, Flask and Azure
-
CRUD With Flask And MySql #1 Introduction
-
This Week in Python (February 23, 2024)
-
WsgiDAV: A generic and extendable WebDAV server based on WSGI
-
Ask HN: Do you need a web framework for a startup landing page?
-
Why the bottle framework uses only one file
-
A note from our sponsor - SaaSHub
www.saashub.com | 1 Sep 2025
Index
What are some of the best open-source Wsgi projects in Python? This list will help you:
# | Project | Stars |
---|---|---|
1 | Flask | 70,234 |
2 | gunicorn | 10,244 |
3 | falcon | 9,710 |
4 | Bottle | 8,651 |
5 | Werkzeug | 6,776 |
6 | Pyramid | 4,042 |
7 | sqladmin | 2,317 |
8 | socketify.py | 1,617 |
9 | hypercorn | 1,378 |
10 | wsgidav | 1,104 |
11 | Zope | 372 |
12 | spectree | 344 |
13 | a2wsgi | 261 |
14 | micropie | 213 |
15 | netius | 117 |
16 | baize | 91 |
17 | rpiapi | 87 |
18 | ServeStatic | 60 |
19 | django-http-exceptions | 28 |
20 | bobtail | 20 |
21 | waffleweb | 12 |
22 | axon-api | 7 |
23 | PyHP | 7 |