Build Text based apps with Python. textual.textualize.io →
この記事は Python その2 Advent Calendar 2018 - Qiita の1日目です。 responderとは GitHub - kennethreitz/responder: a familiar HTTP Service Framework for Python 2018年10月に公開された イケてるPython WebFramework です。 requestsやpipenvなどの開発者である Kenneth Reitz が(おそらく)今年のHacktoberfest 2018 - DigitalOcean 用に開発したものだと思われます。 GitHubのタグを見ると(Topic: hacktoberfest2018 · GitHub )、hacktoberfestで2位 今年10月に公開されたのに関わらず既にStarが2000以上付いており、かなり勢いがあります
molten: modern API framework¶ Release v0.7.3. (Installation, Changelog, Discuss, Source Code) molten is a minimal, extensible, fast and productive framework for building HTTP APIs with Python. Here’s a quick taste: from molten import App, Route def hello(name: str, age: int) -> str: return f"Hi {name}! I hear you're {age} years old." app = App(routes=[Route("/hello/{name}/{age}", hello)])
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く