GalleryRemote is a Python package for communicating with Gallery installations using the Gallery Remote Protocol.
Click here to download GalleryRemote v. 0.7
You can find the Debian/Ubuntu package in the official archives (package python-galleryremote).
More information
The galleryremote.Gallery class implements the Gallery Remote protocol as documented at http://codex.gallery2.org/Gallery_Remote:Protocol
The Gallery project is an open source web based photo album organizer written in php. Gallery's web site is: http://gallery.menalto.com/
This class is a 3rd party product which is not maintained by the creators of the Gallery project.
Example usage:
from galleryremote import Gallery my_gallery = Gallery('http://www.yoursite.com/gallery2', 2) my_gallery.login('username','password') albums = my_gallery.fetch_albums()
Development
Galleryremote was originally written by John Sutherland, then adopted by Brent Woodruff and is now maintained by Pietro Battiston.
The code can be browsed at http://www.pietrobattiston.it/gitweb?p=galleryremote.git/.git and checked out via
git clone git://pietrobattiston.it/galleryremote