7 个仓库
Frameworks specifically designed for building data-driven dashboards using Python.
Distinct from Python Web Frameworks: Specialized for data visualization dashboards, distinct from general-purpose Python web frameworks.
Explore 7 awesome GitHub repositories matching web development · Python Data Dashboard Frameworks. Refine with filters or upvote what's useful.
Mesop is a stateful, declarative Python web UI framework and component library designed for building interactive web applications and AI demos. It allows for the construction of data-driven interfaces and chat systems using only Python, removing the need to write separate HTML or CSS. The framework is specifically tailored for AI application development, offering dedicated tools for conversational UI design and the creation of dashboards for large language model applications. It distinguishes itself with a visual UI editor for real-time property adjustments and the ability to embed custom Jav
Facilitates the construction of data-driven web pages and dashboards using Python-based state and event handling.
pyinfra is an agentless infrastructure automation framework that turns declarative Python code into idempotent shell commands to manage servers, containers, and local machines over SSH without requiring any pre-installed software on target hosts. It operates by comparing the desired state of a system against its current state, using a dry-run simulation mode to preview changes and a fact-based conditional execution engine to gather host attributes at runtime and control which operations run. The tool compiles Python operations into optimized shell commands and executes them in parallel across
An agentless framework that turns declarative Python code into idempotent shell commands for managing servers, containers, and local machines.
PyWebIO 是一个 Python Web 应用程序框架和基于脚本的 UI 库,允许在不编写 HTML、CSS 或 JavaScript 的情况下构建交互式 Web 界面。它将 Web 浏览器视为一个富终端,将 Python 函数调用转换为 UI 元素,并通过同步请求-响应循环捕获用户输入。 该框架作为一个异步 Web 应用服务器,将用户会话作为协程执行,以在单个线程上处理多个并发交互。它还充当数据可视化界面,支持在浏览器中直接渲染来自外部库的交互式图表和图形。 该系统涵盖了广泛的部署和配置功能,包括独立 Web 服务部署、多应用程序托管以及针对 WSGI 和 ASGI 服务器的导出。它提供了用于浏览器 GUI 构建、应用程序元数据配置以及生成移动安装 Web 清单的工具。 应用程序可以作为独立服务部署,或使用适配器和标准路由嵌入到现有的 Web 框架中。
Enables building of data-driven dashboards that render visualizations and charts from Python logic.
本项目是一个实现模式和源代码示例的集合,用于使用各种 Python 界面库构建桌面应用。它为多个框架提供了参考实现和架构模式,包括 PyQt、PySide、Tkinter、Kivy 和 Streamlit。 该仓库的特色在于为不同的界面类型提供专业示例,范围从专业桌面软件和原生窗口到响应式 Web 数据仪表板和数据科学工具。它包括针对跨平台 UI 模式(如 MV 布局和异步后台任务执行)的特定参考资料。 该项目涵盖了广泛的功能,包括布局管理、带动画的自定义组件开发,以及用于实时可视化的 GPU 加速渲染。它还演示了诸如基于代理的过滤和表格数据样式等数据管理技术,以及将源代码打包为带有嵌入资产的可分发可执行文件的部署工作流。 这些示例进一步解决了功能性 UI 组件(如输入验证、导航菜单和系统托盘集成),以及用于用户身份验证和基于角色的访问控制的安全实现。
Demonstrates how to build reactive, data-driven web dashboards using frameworks like Streamlit and NiceGUI.
Wave 是一个全栈 Web 应用框架和低代码 UI 库,专为使用 Python 和 R 构建实时数据仪表盘和交互式界面而设计。它允许开发者定义基于浏览器的用户界面并管理服务端状态,而无需编写 HTML 或 CSS。 该项目作为一个协作式状态同步器,在多个并发用户之间中继并持久化应用状态,从而实现共享的实时体验。它的独特之处在于通过统一的编程模型向已连接的浏览器广播实时更新和数据可视化内容。 该框架涵盖了广泛的功能,包括创建响应式布局、交互式输入表单和数据可视化。它还包含用于管理应用路由、渲染数据表格以及构建对话式聊天界面的工具。 用户可以使用预定义的模板引导新项目,或导入应用示例库作为参考实现。
Provides a specialized framework for building data-driven dashboards using Python.
Vizro is a low-code Python framework for building production-ready data visualization applications. It functions as a UI orchestrator that allows users to define multi-page analytical dashboards through structured configurations in Python, YAML, or JSON, reducing the need for extensive frontend engineering. The project distinguishes itself through generative AI integration, utilizing a model context protocol server to translate natural language descriptions into validated dashboard configurations, charts, and layouts. It also features a decoupled data cataloging system that separates data sou
Provides a low-code framework for building production-ready data visualization applications using Python.
这是一个用于 Lightweight Charts 库的 Python 封装,旨在渲染交互式的浏览器端金融可视化图表。它是一个构建自定义金融仪表盘和界面的框架,能够集成实时市场数据流和历史数据序列。 该库支持通过组合多面板图表、自选股列表和订单录入表格来构建复杂的布局,并将其整合进统一的工作区。它通过将实时 Tick 或 Bar 数据直接流式传输到活跃的图表中,支持实时市场监控,无需刷新页面即可实现增量更新。 除了基础渲染,该工具包还提供了强大的技术分析功能,包括直接在画布上绘制标注、趋势线和标记。用户可以配置蜡烛图、成交量柱状图和图例的视觉外观,并将时间周期选择或键盘快捷键等交互操作映射到自定义的 Python 逻辑中。
Provides a framework for building custom financial dashboards that integrate live market feeds and historical data series.