{ "info": { "author": "Massimo Azzolini", "author_email": "massimo.azzolini@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "==Introduction==\r\n============\r\n\r\nThis is a wrapper for the Anobii APIs.\r\nsee: http://api.anobii.com/api/api_home.php\r\n\r\nMy approach is so similar to the one used by flickrApi that I get his code from\r\nhttp://flickrapi.sf.net/\r\nand I adapted it to Anobii API.\r\nthanks to Sybren Stuvel for his work.\r\n\r\nThis product uses the aNobii API but is not endorsed or certified by aNobii.\r\n\r\nHow to use it\r\n=============\r\n\r\nIt's quite easy. first of all istance the AnobiiApi passing key and secret:\r\n\r\n >>> a = anobii.api.AnobiiAPI(key, secret)\r\n \r\nthen call the api you need. for example to call the\r\nanobii.shelf.getSimpleShelf('user', 'limit') \r\nyou can call:\r\n\r\n >>> a.shelf_getSimpleShelf(user_id='massimoazzolini', limit='3')\r\n \r\nnote that \"anobii\" disappears (a is anobii..) and \"shelf.\" is replaced by \"shelf_\". \r\nthat's it.\r\nChangelog\r\n=========\r\n\r\n0.1 - Unreleased\r\n----------------\r\n\r\n* Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.google.com/p/anobiiapi/", "keywords": "anobii api python", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "anobii.api", "package_url": "https://pypi.org/project/anobii.api/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/anobii.api/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://code.google.com/p/anobiiapi/" }, "release_url": "https://pypi.org/project/anobii.api/0.1dev-r11/", "requires_dist": null, "requires_python": null, "summary": "wrapper for Anobii API", "version": "0.1dev-r11" }, "last_serial": 786284, "releases": { "0.1dev-r11": [ { "comment_text": "", "digests": { "md5": "c0eae41bcf79605f3367927a2e8902d1", "sha256": "71aab4fd99dc888a96cdeba880753bd4f699765c21d5dd878f4a4b7c8ecfa508" }, "downloads": -1, "filename": "anobii.api-0.1dev-r11.tar.gz", "has_sig": false, "md5_digest": "c0eae41bcf79605f3367927a2e8902d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10597, "upload_time": "2008-09-14T16:32:05", "url": "https://files.pythonhosted.org/packages/a0/1c/f30f48049ea45f6c600025c3a800d828f724e40ca1d474dddf9fc7e9468e/anobii.api-0.1dev-r11.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c0eae41bcf79605f3367927a2e8902d1", "sha256": "71aab4fd99dc888a96cdeba880753bd4f699765c21d5dd878f4a4b7c8ecfa508" }, "downloads": -1, "filename": "anobii.api-0.1dev-r11.tar.gz", "has_sig": false, "md5_digest": "c0eae41bcf79605f3367927a2e8902d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10597, "upload_time": "2008-09-14T16:32:05", "url": "https://files.pythonhosted.org/packages/a0/1c/f30f48049ea45f6c600025c3a800d828f724e40ca1d474dddf9fc7e9468e/anobii.api-0.1dev-r11.tar.gz" } ] }