A Python REST client for using MongoLab storage in Google App Engine.
There is already an existing Python REST module for MongoLab on GitHub, pymongolab, using the Python module requests. Google App Engine, however, does not allow the use of anything but the Python standard libraries urllib, urllib2 and httplib to make HTTP requests, in conjunction with their own module.
MongoLab-REST-GAE therefore only uses httplib, urllib and the json standard modules, simplifying the use of MongoLab storage for Google App Engine.