{ "info": { "author": "Vengadanathan Srinivasan", "author_email": "fantastic.next@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: BSD License", "Operating System :: MacOS", "Operating System :: Microsoft", "Operating System :: POSIX :: Linux", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "##########Flipkart API############\r\n\r\nSteps to install \r\n\r\nIf you use pip you can install by \r\nsudo pip install Flipkart\r\n\r\nor \r\n\r\n1.install setup tools first if not installed \r\nread more at\r\nhttps://pypi.python.org/pypi/setuptools#installation-instructions\r\n\r\n2.extract this setup\r\nand run\r\n\r\npython setup.py build #to do the building\r\n\r\nand \r\n\r\nsudo python setup.py install #to install\r\n\r\n\r\nExample Program:\r\n\r\nfrom fk.Flipkart import Flipkart\r\nfrom fk.Flipkart import Item\r\nf = Flipkart()\r\nitems = f.search(\"data structure\") \r\n#or items = f.search(\"data structure\",2) # where 2 is page number \r\nfor item in items:\r\n print item.image\r\n print item.title\r\n print item.product_subtitle\r\n print item.product_fsp\r\n print item.product_mrp", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://code.google.com/p/flipkart-books-python-api/wiki/README", "keywords": "Flipkart python book search API", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "Flipkart", "package_url": "https://pypi.org/project/Flipkart/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Flipkart/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://code.google.com/p/flipkart-books-python-api/wiki/README" }, "release_url": "https://pypi.org/project/Flipkart/1.0/", "requires_dist": null, "requires_python": null, "summary": "Flipkart python book search API", "version": "1.0" }, "last_serial": 703720, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "44e599b2981026b7c1793afa8a01446d", "sha256": "853ae61d8e944f9b30b471f207154e5778cc46551b0283b6ab00d7c4d0575378" }, "downloads": -1, "filename": "Flipkart-1.0.tar.gz", "has_sig": false, "md5_digest": "44e599b2981026b7c1793afa8a01446d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2421, "upload_time": "2013-05-24T05:47:53", "url": "https://files.pythonhosted.org/packages/29/bf/8c3e4fffd6aa0ab78c42eb154a7b74ae419becfac03da781e834a5c89b17/Flipkart-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "44e599b2981026b7c1793afa8a01446d", "sha256": "853ae61d8e944f9b30b471f207154e5778cc46551b0283b6ab00d7c4d0575378" }, "downloads": -1, "filename": "Flipkart-1.0.tar.gz", "has_sig": false, "md5_digest": "44e599b2981026b7c1793afa8a01446d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2421, "upload_time": "2013-05-24T05:47:53", "url": "https://files.pythonhosted.org/packages/29/bf/8c3e4fffd6aa0ab78c42eb154a7b74ae419becfac03da781e834a5c89b17/Flipkart-1.0.tar.gz" } ] }