google/mesop
Fork: 293 Star: 5884 (更新于 2025-02-23 02:21:29)
license: Apache-2.0
Language: Python .
Rapidly build AI apps in Python
最后发布版本: v0.12.3 ( 2024-08-30 01:10:21)
Mesop: Build delightful web apps quickly in Python 🚀
-
If you're interested in learning how to use Mesop, please read our main docs.
-
If you're interested in contributing to the core Mesop framework, please read our contributing guide.
Used at Google for rapid internal app development
Mesop is a Python-based UI framework that allows you to rapidly build web apps like demos and internal apps:
Intuitive for UI novices ✨
- Write UI in idiomatic Python code
- Easy to understand reactive UI paradigm
- Ready to use components
Frictionless developer workflows 🏎️
- Hot reload so the browser automatically reloads and preserves state
- Rich IDE support with strong type safety
Flexible for delightful demos 🤩
- Build custom UIs without writing Javascript/CSS/HTML
- Compose your UI into components, which are just Python functions
Write your first Mesop app in less than 10 lines of code...
import mesop as me
import mesop.labs as mel
@me.page(path="/text_to_text", title="Text to Text Example")
def app():
mel.text_to_text(
upper_case_stream,
title="Text to Text Example",
)
def upper_case_stream(s: str):
return "Echo: " + s.capitalize()
最近版本更新:(数据更新于 2024-09-09 03:00:47)
2024-08-30 01:10:21 v0.12.3
2024-08-24 06:21:36 v0.12.2
2024-08-24 05:33:53 v0.12.1
2024-08-14 07:52:31 v0.12.0
2024-08-07 08:06:29 v0.11.1
2024-08-06 01:02:02 v0.11.0
2024-07-31 12:05:56 v0.10.0
2024-07-23 05:03:07 v0.9.5
2024-07-12 12:20:19 v0.9.4
2024-06-29 09:31:51 v0.9.3
google/mesop同语言 Python最近更新仓库
2025-03-16 21:48:37 subframe7536/maple-font
2025-03-16 21:20:10 ok-oldking/ok-wuthering-waves
2025-03-16 18:49:14 xinnan-tech/xiaozhi-esp32-server
2025-03-16 13:45:30 al-one/hass-xiaomi-miot
2025-03-16 01:23:10 jasoneri/ComicGUISpider
2025-03-15 14:07:52 MaxLastBreath/nx-optimizer