appengine-utilities

Utility classes to make working with appengine easier.

Welcome

Welcome to the appengine-utilities project. This is a collection of classes developed by people working in the Google App Engine environment to handle needs they had for their own projects. They've been released to the general public in order to help others who find they have similar needs.

Classes: Session Event Cache

The appengine-utilities project is for people who have needs not supplied by the Google App Engine environment by default. It includes such features as
  • Sessions for preserving data across multiple page views.
  • An event management system to provide callbacks for plugging into defined events fired by other functions.
  • A Big Table based caching system capable of caching both strings and objects. Object support limited to what pickle can support.