README.rst
setup.py
src/matching/__init__.py
src/matching/game.py
src/matching/matching.py
src/matching/player.py
src/matching/version.py
src/matching.egg-info/PKG-INFO
src/matching.egg-info/SOURCES.txt
src/matching.egg-info/dependency_links.txt
src/matching.egg-info/top_level.txt
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/games/util.py
src/matching/players/__init__.py
src/matching/players/hospital.py
src/matching/players/project.py
src/matching/players/supervisor.py