LICENSE.txt
README.md
setup.cfg
setup.py
src/galeshapley/__init__.py
src/galeshapley/base.py
src/galeshapley/exceptions.py
src/galeshapley/matchings.py
src/galeshapley/version.py
src/galeshapley.egg-info/PKG-INFO
src/galeshapley.egg-info/SOURCES.txt
src/galeshapley.egg-info/dependency_links.txt
src/galeshapley.egg-info/top_level.txt
src/galeshapley/algorithms/__init__.py
src/galeshapley/algorithms/base_container_part.py
src/galeshapley/algorithms/player_allocation.py
src/galeshapley/algorithms/stable_duos.py
src/galeshapley/algorithms/stable_pairing.py
src/galeshapley/algorithms/util.py
src/galeshapley/games/__init__.py
src/galeshapley/games/base_container_part.py
src/galeshapley/games/player_allocation.py
src/galeshapley/games/stable_duos.py
src/galeshapley/games/stable_pairing.py
src/galeshapley/players/__init__.py
src/galeshapley/players/base_container.py
src/galeshapley/players/container.py
src/galeshapley/players/player.py
src/galeshapley/players/resource.py