An open API service indexing awesome lists of open source software.

https://github.com/andreif/opendata

A collection of open data
https://github.com/andreif/opendata

Last synced: 3 months ago
JSON representation

A collection of open data

Awesome Lists containing this project

README

          

# A collection of open data

```
pip install git+git://github.com/andreif/opendata.git
```

```py
>>> 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'}
```