The almighty little framework for Google App Engine
Project description
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-0.5.6.zip
(20.8 kB
view hashes)
tipfy-0.5.6.tar.gz
(17.1 kB
view hashes)