An almighty little framework made specifically 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
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
tipfy-0.5.1-py2.5.egg
(129.8 kB
view details)
File details
Details for the file tipfy-0.5.1-py2.5.egg
.
File metadata
- Download URL: tipfy-0.5.1-py2.5.egg
- Upload date:
- Size: 129.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5d0c7379322056fe21a4dfd78e1636440c1e66327a291a5e97b1434d0a31483 |
|
MD5 | 7ba0ecfabac75e2b74a67f4b0ccbd362 |
|
BLAKE2b-256 | c2a2421825db1f16c8d1c3f80da1d5165dfeff316512c13544f4b2fedc0d6b17 |