LICENSE
README.md
pyproject.toml
src/matching/__init__.py
src/matching/base.py
src/matching/exceptions.py
src/matching/matchings.py
src/matching.egg-info/PKG-INFO
src/matching.egg-info/SOURCES.txt
src/matching.egg-info/dependency_links.txt
src/matching.egg-info/requires.txt
src/matching.egg-info/top_level.txt
src/matching/algorithms/__init__.py
src/matching/algorithms/hospital_resident.py
src/matching/algorithms/stable_marriage.py
src/matching/algorithms/stable_roommates.py
src/matching/algorithms/student_allocation.py
src/matching/algorithms/util.py
src/matching/games/__init__.py
src/matching/games/hospital_resident.py
src/matching/games/stable_marriage.py
src/matching/games/stable_roommates.py
src/matching/games/student_allocation.py
src/matching/players/__init__.py
src/matching/players/hospital.py
src/matching/players/player.py
src/matching/players/project.py
src/matching/players/supervisor.py
tests/test_algorithms_util.py
tests/test_matchings.py