LICENSE
README.md
pyproject.toml
setup.py
whist/__init__.py
whist/core/__init__.py
whist/core/token.py
whist/core/util.py
whist/core/cards/__init__.py
whist/core/cards/card.py
whist/core/cards/card_container.py
whist/core/error/__init__.py
whist/core/error/hand_error.py
whist/core/error/matcher_error.py
whist/core/error/table_error.py
whist/core/game/__init__.py
whist/core/game/errors.py
whist/core/game/game.py
whist/core/game/hand.py
whist/core/game/legal_checker.py
whist/core/game/play_order.py
whist/core/game/player_at_table.py
whist/core/game/rubber.py
whist/core/game/trick.py
whist/core/game/warnings.py
whist/core/scoring/__init__.py
whist/core/scoring/elo.py
whist/core/scoring/score.py
whist/core/scoring/score_card.py
whist/core/scoring/team.py
whist/core/session/__init__.py
whist/core/session/matcher.py
whist/core/session/session.py
whist/core/session/table.py
whist/core/session/userlist.py
whist/core/user/__init__.py
whist/core/user/player.py
whist/core/user/status.py
whist/core/user/user.py
whist_core.egg-info/PKG-INFO
whist_core.egg-info/SOURCES.txt
whist_core.egg-info/dependency_links.txt
whist_core.egg-info/requires.txt
whist_core.egg-info/top_level.txt