seeksvc Search tools, solutions, libraries…
flask.palletsprojects.com icon
Flask Open source · BSD-3-Clause ★ 72k
Flask is a lightweight WSGI web application framework.
Visit website ↗ GitHub ↗
Introduction
Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications.
Get started with Installation and then get an overview with the Quickstart. There is also a more detailed Tutorial that shows how to create a small but complete application with Flask. Common patterns are described in the Patterns for Flask section.
Flask depends on the Werkzeug WSGI toolkit, the Jinja template engine, and the Click CLI toolkit. Flask provides configuration and conventions, with sensible defaults, to get started. Beyond Flask itself, look for community-maintained extensions to add even more functionality.
The documentation covers a minimal application, debug mode, routing, static files, rendering templates, accessing request data, redirects and errors, responses, sessions, message flashing, logging, WSGI middleware, using Flask extensions, and deploying to a web server.
Python frameworkWSGIWeb applicationsJinja templatesCLI toolkitRoutingTestingExtensions
Screenshots
Flask · 首页
Deployment
Gunicorn
适用于在 Linux/Unix 服务器上以成熟 WSGI HTTP 服务器运行 Flask 生产应用。
Waitress
适用于需要跨平台、纯 Python WSGI 服务器的部署场景,尤其适合 Windows 环境。
mod_wsgi
适用于已有 Apache HTTP Server 基础设施并希望通过 Apache 托管 Flask 应用的场景。
uWSGI
适用于使用 uWSGI 应用服务器及其进程管理能力来部署 Flask 的生产环境。
gevent
适用于需要基于协程的并发能力或与 gevent 生态集成的 Flask 部署。
eventlet
适用于需要 eventlet 协程并发模型的 Flask 部署场景。
ASGI 适配部署
适用于需要将 Flask 作为 WSGI 应用通过 ASGI 适配器接入 ASGI 服务器的场景。
托管平台
适用于希望将 Flask 部署到第三方平台并由平台管理服务器、进程和基础设施的场景。
Details
Type Open-source software
License BSD-3-Clause
Repository pallets/flask
GitHub Stars 71,962
Last commit 8 周前
Last verified 2026-07-18
Ad slot 300 × 250 Ad
About the data
Stars / commit times sync automatically from the GitHub API; pricing and features are human-verified.
seeksvc
一个可查询的宝藏收藏库:开源与闭源软件、开发库与完整解决方案。
© 2026 seeksvc · Manually verified, continuously updated