1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/www/gaeutilities/pkg-descr
Nicola Vitale 847d7769de - Update to 1.4
- Change MASTER_SITES, WRKSRC
- Change WWW site in pkg-descr
- Remove EXTRACT_SUFX
- Remove MD5 checksum in distinfo
2010-12-15 17:58:40 +00:00

18 lines
816 B
Plaintext

gaeutilities is a collection of classes to aid in development
on Google Appengine.
The stable version includes the following classes:
Session: An http session class to preserve identity across http requests.
It uses both BigTable and Memcache for performance and reliability.
It also includes middleware to plug in with django.
Cache: A BigTable and Memcache caching class. Any object that can be pickled
can be stored in cache.
Event: A subscribe/fire event system that gives developers the ability to set
callback functions.
Flash: A cookie based messaging library. Using json, data structures can be
stored as a cookie in the browser and retrieved on the next request.
Useful for messages such as "Thank you for logging in."
WWW: http://gaeutilities.appspot.com/