LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
tox.ini
docs/conf.py
docs/index.rst
docs/interface.rst
docs/protocol.rst
pygammon/__init__.py
pygammon/core.py
pygammon/exceptions.py
pygammon/structures.py
pygammon.egg-info/PKG-INFO
pygammon.egg-info/SOURCES.txt
pygammon.egg-info/dependency_links.txt
pygammon.egg-info/top_level.txt
tests/__init__.py
tests/integration/__init__.py
tests/integration/helpers.py
tests/integration/test_game.py
tests/integration/test_run.py
tests/integration/fixtures/game
tests/integration/fixtures/game/0
tests/integration/fixtures/game/1
tests/integration/fixtures/game/2
tests/integration/fixtures/run/common
tests/integration/fixtures/run/default
tests/integration/fixtures/run/turn-rolls
tests/unit/__init__.py
tests/unit/test_game.py
tests/unit/test_run.py