Metadata-Version: 2.1
Name: django-jugemaj
Version: 2.0.1
Summary: A Django app for the Majority Judgment voting system
Home-page: https://github.com/nim65s/django-jugemaj
License: BSD-2-Clause
Author: Guilhem Saurel
Author-email: guilhem.saurel@laas.fr
Requires-Python: >=3.6.1,<4.0.0
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Dist: ndh (>=3.10.4,<4.0.0)
Description-Content-Type: text/markdown

# Jugement Majoritaire
[![Build Status](https://travis-ci.org/nim65s/django-jugemaj.svg?branch=master)](https://travis-ci.org/nim65s/django-jugemaj)
[![Coverage Status](https://coveralls.io/repos/github/nim65s/django-jugemaj/badge.svg?branch=master)](https://coveralls.io/github/nim65s/django-jugemaj?branch=master)


Application de vote par [Jugement Majoritaire](https://fr.wikipedia.org/wiki/Jugement_majoritaire).


## Requirements

- [ndh](https://pypi.python.org/pypi/ndh) (which requires [django](https://www.djangoproject.com/),
  [django-autoslug](https://github.com/justinmayer/django-autoslug/),
  [django-bootstrap4](https://github.com/zostera/django-bootstrap4) (can be made optional on request))

Tested with:
- Python 3.6, 3.7, 3.8
- [Django](https://www.djangoproject.com/) 2.0, 2.1, 2.2, 3.0

## Theory

- [A theory of measuring, electing, and ranking. *Michel Balinski and Rida Laraki*. In PNAS 2007](https://doi.org/10.1073/pnas.0702634104)
- [Majority Judgment vs Majority Rule, *Michel Balinski and Rida Laraki*](http://www.lamsade.dauphine.fr/sites/default/IMG/pdf/cahier_377.pdf)

