opendata

UNKNOWN


License
Other
Install
pip install opendata==0.0.1

Documentation

A collection of open data

pip install git+git://github.com/andreif/opendata.git
>>> import opendata
>>> area_codes = opendata.load('se/sv_SE/area_codes')
>>> area_codes.get('0980')
{u'county': u'Norrbottens l\xe4n', u'towns': [u'Kiruna'], u'network': u'fixed'}
>>> area_codes.get('07018')
{u'operator': u'Telia', u'network': u'mobile'}