tipfy - small Python framework for App Engine
tipfy 0.5.1 にバージョンアップしたら結構変わってたので、以下の内容はちょっと古いです。そのままでは動きません。そのうち直します。
Google App Engine を Python で使う場合、付属の webapp フレームワークだとちょっと物足りないですよね。じゃぁ Python だし Django にするかと使ってみるものの、元々が App Engine 用に作られたフレームワークではないのと、ちょっと自分が使うには大きいような気がしてました。なんかいいの無いかなぁと常々思っていたところ、Google App Engine Blog で tipfy ってのが紹介されてたので使ってみました。
Google App Engine Blog: App Engine Community Update より tipfy の紹介
If you're looking for a complete, lightweight framework, tipfy might be what you're looking for - it bills itself as "a cute little Python framework for App Engine which follows the basic concepts of web.py and webapp".
ということで、使いやすく小さくまとまってそうな印象です。