1 个仓库
Applications written in Python that are compiled to run entirely in the browser.
Distinct from Client-Side WebAssembly Rendering: Candidates focus on general Wasm conversion or .NET runtimes; this is specifically about Python-to-browser apps.
Explore 1 awesome GitHub repository matching web development · Client-Side Python Applications. Refine with filters or upvote what's useful.
Panel 是一个 Python 数据应用框架,用于通过连接数据可视化、小部件和回调来构建交互式仪表板和响应式用户界面。它作为一个响应式 UI 库,根据用户交互同步应用状态与界面更新。 该项目通过提供多种执行模型脱颖而出,包括用于可扩展会话管理的基于 FastAPI 的 Web 应用服务器,以及使 Python 应用无需后端服务器即可直接在浏览器中运行的 WebAssembly 编译器。它还包含一个用于构建具有流式文本响应和消息历史记录的对话式 AI 界面的专用工具包。 该框架涵盖了广泛的功能领域,包括响应式布局设计、集成多种绘图库和交互式数据表,以及管理响应式参数。它提供了用于用户身份验证、会话持久化和后台任务调度的工具。
Converts Python applications to WebAssembly to run directly in the browser without a backend server.