LICENSE
README.md
pyproject.toml
src/gungi/__init__.py
src/gungi/fen.py
src/gungi/gungi.py
src/gungi/move_gen.py
src/gungi/pgn.py
src/gungi/piece_ids.py
src/gungi/utils.py
src/gungi.egg-info/PKG-INFO
src/gungi.egg-info/SOURCES.txt
src/gungi.egg-info/dependency_links.txt
src/gungi.egg-info/requires.txt
src/gungi.egg-info/top_level.txt
tests/test_comments.py
tests/test_cross_language_parity.py
tests/test_display.py
tests/test_fen.py
tests/test_game_ending.py
tests/test_piece_id_integration.py
tests/test_piece_ids.py
tests/test_public_api_parity.py
tests/test_rules_update.py