**GalleryRemote** is a Python package for communicating with [[http://gallery.menalto.com|Gallery]] installations using the [[http://codex.gallery2.org/Gallery_Remote:Protocol|Gallery Remote Protocol]]. {{:galleryremote:galleryremote-0.7.tar.gz|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 [[http://garion.tzo.com/python|John Sutherland]], then adopted by [[http://www.fprimex.com|Brent Woodruff]] and is now maintained by [[http://pietrobattiston.it|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