Engine Extensions for Python Chess
python-chess-engine-extensions extends the python-chess library with
evaluation and search mixins. These can be easily created and used in
conjunction with the python-chess library to create a simple engine.
Some examples can be found in the examples/ directory.