Hi folks,
There were a few small bugs in Beej's Python Flickr API 1.0-rc1, so here is 1.0-rc2. It looks like this one might actually get promoted to the full 1.0 moniker, so please help us filter out any flaws.
The Python package can be downloaded from http://downloads.sourceforge.net/flickrapi/flickrapi-1.0-rc2.tar.gz
Documentation can be found at http://flickrapi.sourceforge.net/documentation.html with API documentation at http://flickrapi.sourceforge.net/apidoc/
Features that set this Flickr API interface apart from other Python
implementations:
- Actively developed.
- Extensive documentation, including usage examples.
-
API documentation that's always up-to-date with the latest
version.
- Support for uploading and replacing photos.
- Automatically keeps track of your authentication credentials. No
need to pass them on every Flickr API call.
- Calls from Python are very similar to the Flickr names. For example,
the Flickr method
flickr.photosets.getList(user_id='73509078
N00') is called as
flickr.photosets_getList(user_id=39;73509078
N00') in Python.
Future versions might even eliminate the need to replace the dot
with an underscore.
Greetings,
Sybren
.