Skip to content

Commit d632b8f

Browse files
committed
Update README.rst
1 parent 7c22b12 commit d632b8f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Introduction
99

1010
MySmartPrice_ is a platform which provided best seller price across a wide array of categories that include Mobiles, Electronics, Computers, Fashion and Lifestyle, Cameras, Books, Appliances and Personal Care.
1111

12+
1213
Installation
1314
------------
1415

@@ -53,16 +54,15 @@ GET PRICE LIST
5354
>>> samsung_mobile.best_price
5455
Out[8]: '14,299'
5556
56-
>>> samsung_mobile.__dict__
57+
>>> samsung_mobile.dumptojson
5758
Out[9]:
58-
{
59-
'best_price': u'14,299',
60-
'img': 'http://c0028545.cdn1.cloudfiles.rackspacecloud.com/7178-7-thumb.jpg',
61-
'product_id': '7178',
62-
'title': u'Samsung Galaxy J7',
63-
'url': 'http://www.mysmartprice.com/mobile/samsung-galaxy-j7-msp7178'
64-
}
65-
59+
'{
60+
"url": "http://www.mysmartprice.com/mobile/htc-desire-820-g-plus-msp7467",
61+
"best_price": "13,592",
62+
"product_id": "7467",
63+
"img": "http://c0028545.cdn1.cloudfiles.rackspacecloud.com/7467-7-thumb.jpg",
64+
"title": "\\nHTC Desire 820G Plus\\n"
65+
}'
6666
6767
SEARCH PRICE LIST
6868
-----------------

0 commit comments

Comments
 (0)