CHANGES.rst
LICENSE.txt
MANIFEST.in
README.rst
gpl-3.0.txt
setup.py
python_vote_core.egg-info/PKG-INFO
python_vote_core.egg-info/SOURCES.txt
python_vote_core.egg-info/dependency_links.txt
python_vote_core.egg-info/not-zip-safe
python_vote_core.egg-info/requires.txt
python_vote_core.egg-info/top_level.txt
pyvotecore/__init__.py
pyvotecore/abstract_classes.py
pyvotecore/common_functions.py
pyvotecore/condorcet.py
pyvotecore/irv.py
pyvotecore/plurality.py
pyvotecore/plurality_at_large.py
pyvotecore/ranked_pairs.py
pyvotecore/schulze_by_graph.py
pyvotecore/schulze_helper.py
pyvotecore/schulze_method.py
pyvotecore/schulze_npr.py
pyvotecore/schulze_pr.py
pyvotecore/schulze_stv.py
pyvotecore/stv.py
pyvotecore/tie_breaker.py
test_functionality/__init__.py
test_functionality/test_condorcet.py
test_functionality/test_irv.py
test_functionality/test_plurality.py
test_functionality/test_plurality_at_large.py
test_functionality/test_ranked_pairs.py
test_functionality/test_schulze_by_graph.py
test_functionality/test_schulze_method.py
test_functionality/test_schulze_npr.py
test_functionality/test_schulze_pr.py
test_functionality/test_schulze_stv.py
test_functionality/test_stv.py
test_functionality/test_tie_breaker.py
test_performance/__init__.py
test_performance/test_schulze_pr.py
test_performance/test_schulze_stv.py