Skip to content

A Python REST client for using MongoLab storage in Google App Engine

License

Notifications You must be signed in to change notification settings

biliboss/MongoLab-REST-GAE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoLab-REST-GAE

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.

About

A Python REST client for using MongoLab storage in Google App Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages