The almighty little framework for Google App Engine
Project description
This is a tipfy experimental branch, which will be released as tipfy 0.7 in the future.
Tipfy is a small but powerful framework made specifically for Google App Engine. It is a lot like webapp:
from tipfy import RequestHandler, Response class HelloWorldHandler(RequestHandler): def get(self): return Response('Hello, World!')
…but offers a bunch of features and goodies that webapp misses: i18n, sessions, own authentication, flash messages and more. Everything in a modular, lightweight way, tuned for App Engine. You use only what you need, when you need.
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
tipfy-dev-0.9.zip
(107.2 kB
view hashes)
tipfy-dev-0.9.tar.gz
(81.3 kB
view hashes)