Skip to content

rshrc/pymmi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Python wrapper for the MapMyIndia API's

GitHub build GitHub stars

MapImage

Easy to use Python module to call almost all the API's of MapMyIndia

How to install on your machine?

pip3 install pymmi

Usage

   from pymmi.mmi import MapMyIndia
   obj = MapMyIndia(<license-key>)
   obj.geocoding(params)

Telematics API not yet supported