views:

26

answers:

1

Is there currently a Flickr API wrapper for Python which includes working with galleries?

I'm aware of these two wrappers, but neither of them seems to support galleries:

http://stuvel.eu/projects/flickrapi
http://code.google.com/p/flickrpy/

Is there some wrapper hidden away in the dark corners of the internet or would I have to write my own for this?

+1  A: 

There are none at the moment. It would be a good idea to write one of your own.

pyfunc
Thanks! I can't really mark as accepted, though, because it's not really an answerable question.
vlad003
Yes, This answer would be incorrect and outdated, when you develop and publish the flickr gallery API ;)
pyfunc
Luckily the Flickr API is straightforward -- although reinventing the wheel, I just implement my own for the more basic features.
carl