LICENSE
README.md
pyproject.toml
chessidle/__init__.py
chessidle/__main__.py
chessidle/bench.py
chessidle/bitboard.py
chessidle/engine.py
chessidle/evaluation.py
chessidle/history.py
chessidle/limits.py
chessidle/main.py
chessidle/move.py
chessidle/move_generation.py
chessidle/move_pick.py
chessidle/nnue.py
chessidle/nnue_weights.py
chessidle/options.py
chessidle/piece.py
chessidle/polyglot.py
chessidle/position.py
chessidle/search.py
chessidle/see.py
chessidle/square.py
chessidle/transposition.py
chessidle/tune.py
chessidle/uci.py
chessidle.egg-info/PKG-INFO
chessidle.egg-info/SOURCES.txt
chessidle.egg-info/dependency_links.txt
chessidle.egg-info/entry_points.txt
chessidle.egg-info/requires.txt
chessidle.egg-info/top_level.txt
tests/test_move_generation.py
tests/test_position.py