google/mesop
Fork: 270 Star: 5637 (更新于 2024-11-25 11:31:38)
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 time
import mesop as me
import mesop.labs as mel
@me.page(path="/text_to_text", title="Text I/O Example")
def app():
mel.text_to_text(
upper_case_stream,
title="Text I/O Example",
)
def upper_case_stream(s: str):
yield s.capitalize()
time.sleep(0.5)
yield "Done"
最近版本更新:(数据更新于 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最近更新仓库
2024-12-22 09:03:32 ultralytics/ultralytics
2024-12-21 13:26:40 notepad-plus-plus/nppPluginList
2024-12-21 11:42:53 XiaoMi/ha_xiaomi_home
2024-12-21 04:33:22 comfyanonymous/ComfyUI
2024-12-20 18:47:56 home-assistant/core
2024-12-20 15:41:40 jxxghp/MoviePilot