Agar is a set of Python utilities for Google App Engine, created as part of the Substrate Project.
Agar requires the Google App Engine SDK, webapp2, webapp2_extras, pytz, restler, and basin. Versions of these (except the Google App Engine SDK) are located in the lib directory.
Installation
To install Agar, download the source and add the agar directory to your Google App Engine project. It must be on your path.
Tests
Agar comes with a set of tests. Running Agar's tests requires unittest2 and WebTest (included in the lib directory). To run them, execute:
./run_tests.py
Testing
Google App Engine now includes testbed to make local unit testing easier. This obsoletes the now-unsupported GAE TestBed library. However, it had several useful helper functions, many of which have been re-implemented in Agar. To use them, you must use unittest2 and inherit from agar.tests.BaseTest or agar.tests.WebTest.
Product's homepage
Requirements:
· Python