Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install flipkart

How to install Flipkart

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install flipkart
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
Linux (64-bit)
1.0 Available View build log
 
License
BSD
Dependencies
Imports
Lastest release
version 1.0 on Jan 9th, 2014

##########Flipkart API############

Steps to install

If you use pip you can install by sudo pip install Flipkart

or

1.install setup tools first if not installed read more at https://pypi.python.org/pypi/setuptools#installation-instructions

2.extract this setup and run

python setup.py build #to do the building

and

sudo python setup.py install #to install

Example Program:

from fk.Flipkart import Flipkart from fk.Flipkart import Item f = Flipkart() items = f.search("data structure") #or items = f.search("data structure",2) # where 2 is page number for item in items:

System Message: ERROR/3 (<string>, line 32)

Unexpected indentation.
print item.image print item.title print item.product_subtitle print item.product_fsp print item.product_mrp

Subscribe to package updates

Last updated Jan 9th, 2014

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.