MyGit

google/mesop

Fork: 64 Star: 1869 (更新于 2024-06-10 19:29:15)

license: Apache-2.0

Language: Python .

最后发布版本: v0.8.0 ( 2024-06-10 16:16:08)

官方网址 GitHub网址

Mesop: Build delightful web apps quickly in Python 🚀

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 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-06-10 19:26:27)

2024-06-10 16:16:08 v0.8.0

2024-06-02 13:42:52 v0.7.2

2024-05-30 12:00:03 v0.7.1

2024-05-18 11:17:11 v0.6.0

2024-05-15 12:46:02 v0.5.6

2024-05-11 15:05:27 v0.5.5

2024-05-10 14:15:10 v0.5.3

2024-04-30 00:50:51 v0.5

2024-04-24 13:55:46 v0.4.2

2024-04-04 13:08:48 v0.4.1

google/mesop同语言 Python最近更新仓库

2024-06-29 14:40:24 mikumifa/biliTickerBuy

2024-06-28 16:51:29 VinciGit00/Scrapegraph-ai

2024-06-28 04:07:34 snakers4/silero-vad

2024-06-25 03:04:28 intuitem/ciso-assistant-community

2024-06-21 18:02:49 argilla-io/argilla

2024-06-19 23:32:46 mindsdb/mindsdb