<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>anobii.api</name>
<shortdesc>wrapper for Anobii API</shortdesc>
<description>==Introduction==
============

This is a wrapper for the Anobii APIs.
see: http://api.anobii.com/api/api_home.php

My approach is so similar to the one used by flickrApi that I get his code from
http://flickrapi.sf.net/
and I adapted it to Anobii API.
thanks to Sybren Stuvel for his work.

This product uses the aNobii API but is not endorsed or certified by aNobii.

How to use it
=============

It's quite easy. first of all istance the AnobiiApi passing key and secret:

  &gt;&gt;&gt; a = anobii.api.AnobiiAPI(key, secret)
  
then call the api you need. for example to call the
anobii.shelf.getSimpleShelf('user', 'limit') 
you can call:

  &gt;&gt;&gt; a.shelf_getSimpleShelf(user_id='massimoazzolini', limit='3')
  
note that "anobii" disappears (a is anobii..) and "shelf." is replaced by "shelf_". 
that's it.
Changelog
=========

0.1 - Unreleased
----------------

* Initial release</description>
<homepage rdf:resource="http://code.google.com/p/anobiiapi/" />
<maintainer><foaf:Person><foaf:name>Massimo Azzolini</foaf:name>
<foaf:mbox_sha1sum>8ba7c6f913ed52b82103baa0c3654fb6b87a2695</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1dev-r11</revision></Version></release>
</Project></rdf:RDF>