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
Release files for tipfy 0.6.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distributions (sdists)
| File | Size | Uploaded | |
|---|---|---|---|
| tipfy-0.6.4.zip | 23.7 kB | Details | |
| tipfy-0.6.4.tar.gz | 19.2 kB | Details |
Release files / tipfy-0.6.4.zip
| Download URL | tipfy-0.6.4.zip |
|---|---|
| Size | 23.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f2bdbbdc3397419c0462288a136d1b4be947ba541081f07c72935d4f4e383edf
|
|
BLAKE2b-256 checksum How to use checksums |
f63d92a8e5a8f5b46abdc1ccb80bc2bd6ed6a15b55779f282b9b91b4f52a6009
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / tipfy-0.6.4.tar.gz
| Download URL | tipfy-0.6.4.tar.gz |
|---|---|
| Size | 19.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
01fd2ab74ca9f80e4a24d2b0ee77951f3f8feb90257711c44ec6f0615f1abc64
|
|
BLAKE2b-256 checksum How to use checksums |
07ca640561201730b72fac60e1fd0aadaececb907d4fb09fd2a1685a85d84dc9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |