The location module offers APIs to location information related services. This module has one function:
gsm_location() which retrieves GSM location information: Mobile Country Code, Mobile Network Code, Location Area Code, Cell ID.
Example:
#Retrieving information
import location
location.gsm_location()
