Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psycojoker/django-parltrack-votes-data
RAW votes data of the European Parliament django app
https://github.com/psycojoker/django-parltrack-votes-data
Last synced: 14 days ago
JSON representation
RAW votes data of the European Parliament django app
- Host: GitHub
- URL: https://github.com/psycojoker/django-parltrack-votes-data
- Owner: Psycojoker
- Created: 2013-03-31T16:20:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-01T01:06:53.000Z (over 11 years ago)
- Last Synced: 2024-04-16T18:01:39.333Z (7 months ago)
- Language: Python
- Size: 125 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Introduction
============Votes data of the European Parliament importation (from [parltrack](https://parltrack.euwiki.org)) and models extracted from [memopol](https://memopol.lqdn.fr) [code base](https://gitorious.org/memopol2-0).
In other words, this is the *RAW*"data of all the votes of the European Parliament. You won't have direct links to Member of the European parliament with this.
Data Schema
===========There is only one model: VotesData, it contains the data from parltrack with will be used to create more useful vote data.
To import the votes, run:
python manage.py import_ep_votes_data
Licence
=======Like memopol: aGPLv3+