MyGit

google/mesop

Fork: 284 Star: 5706 (更新于 2024-12-23 04:14:50)

license: Apache-2.0

Language: Python .

Rapidly build AI apps in Python

最后发布版本: v0.12.3 ( 2024-08-30 01:10:21)

官方网址 GitHub网址

Mesop: Build delightful web apps quickly in Python 🚀

PyPI PyPI downloads Twitter follow

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...

Demo app

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-01-18 21:26:31 sunnypilot/sunnypilot

2025-01-17 23:34:10 Skyvern-AI/skyvern

2025-01-17 19:49:33 ultralytics/ultralytics

2025-01-17 19:12:03 XiaoMi/ha_xiaomi_home

2025-01-17 08:27:45 comfyanonymous/ComfyUI

2025-01-17 04:56:19 QuivrHQ/MegaParse