LICENSE
README.md
pyproject.toml
setup.cfg
src/mafia_schedule/__init__.py
src/mafia_schedule/configuration.py
src/mafia_schedule/game.py
src/mafia_schedule/helpers.py
src/mafia_schedule/metrics.py
src/mafia_schedule/optimize_opponents.py
src/mafia_schedule/optimize_seats.py
src/mafia_schedule/output.py
src/mafia_schedule/player.py
src/mafia_schedule/round.py
src/mafia_schedule/schedule.py
src/mafia_schedule/schedule_factory.py
src/mafia_schedule.egg-info/PKG-INFO
src/mafia_schedule.egg-info/SOURCES.txt
src/mafia_schedule.egg-info/dependency_links.txt
src/mafia_schedule.egg-info/top_level.txt
test/test_configuration.py
test/test_game.py
test/test_participants.py
test/test_player.py
test/test_schedule.py
test/test_schedule_factory.py
test/test_serialization.py