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

https://github.com/quartz/eu-polarization

Analysis of European political polarization using ParlGov data
https://github.com/quartz/eu-polarization

graphics project qz-things

Last synced: 4 months ago
JSON representation

Analysis of European political polarization using ParlGov data

Awesome Lists containing this project

README

          

eu-polarization
===============

Analysis of political polarization using the [ParlGov database](http://www.parlgov.org/).

Setup
-----

Requires Python 3.

```
curl http://www.parlgov.org/static/stable/2015/parlgov-stable.db > data/parlgov-stable.db

mkvirtualenv eu-polarization
pip install -r requirements.txt
```

Run
---

```
python parl.py
```