CHANGES.rst
LICENSE.txt
MANIFEST.in
README.rst
gpl-3.0.txt
setup.py
py3votecore/__init__.py
py3votecore/abstract_classes.py
py3votecore/common_functions.py
py3votecore/condorcet.py
py3votecore/irv.py
py3votecore/plurality.py
py3votecore/plurality_at_large.py
py3votecore/ranked_pairs.py
py3votecore/schulze_by_graph.py
py3votecore/schulze_helper.py
py3votecore/schulze_method.py
py3votecore/schulze_npr.py
py3votecore/schulze_pr.py
py3votecore/schulze_stv.py
py3votecore/stv.py
py3votecore/tie_breaker.py
python3_vote_core.egg-info/PKG-INFO
python3_vote_core.egg-info/SOURCES.txt
python3_vote_core.egg-info/dependency_links.txt
python3_vote_core.egg-info/not-zip-safe
python3_vote_core.egg-info/requires.txt
python3_vote_core.egg-info/top_level.txt
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