What's new? | Help | Directory | Sign in
Google
appengine-utitlies
Utilities for working with Google App Engine
  
  
  
  
    
Join project
Project owners:
  bowman.joseph
Project members:
pcholt, saddor, joh...@easypublisher.com

These are a collection of classes to be used for rapid development using Google App Engine.

This starts with the session class which Joe Bowman wrote for a project he was working on and gave to the community because there seemed to be some demand for it. Any new classes will probably be a result of packages created for other projects, bundled inside this utilities module. This is a very loose project with developers encouraged to work and release their own modules independent of each other.

Please check the Wiki and use the Issue Tracker. There's a link to the google groups discussion forum for this project in the links on the right.

Current classes are: session.py - Used for session handling within a website, using the datastore as a backend. Only stores a session id in the browser, all other information is kept in the datastore. Supports customizable cookie paths and session expiration time.