tipfy 1.0b3
The almighty little framework for Google App Engine.
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
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| tipfy-1.0b3.tar.gz (md5) | Source | 2011-07-18 | 88KB | 218 | |
| tipfy-1.0b3.zip (md5) | Source | 2011-07-18 | 116KB | 309 | |
- Author: Rodrigo Moraes
- Home Page: http://www.tipfy.org/
- Download URL: http://www.tipfy.org/tipfy.tar.gz
- License: BSD
- Platform: any
-
Categories
- Development Status :: 5 - Production/Stable
- Environment :: Web Environment
- Intended Audience :: Developers
- License :: OSI Approved :: BSD License
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Internet :: WWW/HTTP :: Dynamic Content
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: moraes
- DOAP record: tipfy-1.0b3.xml
