Unofficail python wrapper for zomato API.
So, you don't have to do the stuff yourself!
It can make all the GET requests as described in the Zomato API docs. https://developers.zomato.com/documentation
GetCategories()
GetCityDetails(location=None,coords=[None,None],max_count)
GetResturantCollections(city_id,max_count)
GetCuisines(city_id,max_count)
GetResturantTypes(city_id)
GetLocationUsingCoords(coords)
GetLocations(q,max_count)
Some more features, including json parsing. Will be adding to pypy