| Home | Trees | Indices | Help |
|
|---|
|
|
Entropy geo-tagging interface containing useful methods to ease metadata management and transfor- mation. It's a wrapper over GeoIP at the moment dev-python/geoip-python required
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
| Method Details |
|
|
@return: dict() or None
@param1: ip address string
dict data:
{
'city': 'Treviso',
'region': '20',
'area_code': 0,
'longitude': 12.244999885559082,
'country_code3': 'ITA',
'latitude': 45.666698455810547,
'postal_code': None,
'dma_code': 0,
'country_code': 'IT',
'country_name': 'Italy'
}
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Jun 28 00:23:26 2009 | http://epydoc.sourceforge.net |