LICENSE
README.md
pyproject.toml
src/efusor/__init__.py
src/efusor/basic.py
src/efusor/borda.py
src/efusor/decisor.py
src/efusor/fusor.py
src/efusor/priority.py
src/efusor/ranker.py
src/efusor/scaler.py
src/efusor/utils.py
src/efusor/voter.py
src/efusor.egg-info/PKG-INFO
src/efusor.egg-info/SOURCES.txt
src/efusor.egg-info/dependency_links.txt
src/efusor.egg-info/requires.txt
src/efusor.egg-info/top_level.txt
tests/test_basic.py
tests/test_borda.py
tests/test_decisor.py
tests/test_fusor.py
tests/test_priority.py
tests/test_ranker.py
tests/test_scaler.py
tests/test_utils.py
tests/test_voter.py