AUTHORS.rst
COPYING
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/readme.rst
src/en_pyssant/__init__.py
src/en_pyssant/_board.py
src/en_pyssant/_cli.py
src/en_pyssant/_core.py
src/en_pyssant/_game.py
src/en_pyssant/_position.py
src/en_pyssant/_util.py
src/en_pyssant/engine.py
src/en_pyssant/rules.py
src/en_pyssant.egg-info/PKG-INFO
src/en_pyssant.egg-info/SOURCES.txt
src/en_pyssant.egg-info/dependency_links.txt
src/en_pyssant.egg-info/entry_points.txt
src/en_pyssant.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/benchmark/__init__.py
tests/benchmark/test_benchmark.py
tests/integration/__init__.py
tests/integration/test_cli.py
tests/integration/test_expand.py
tests/integration/test_game.py
tests/integration/test_rules.py
tests/integration/test_san.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_board.py
tests/unit/test_engine.py
tests/unit/test_position.py
tests/unit/test_square.py