OpenGB is a toy library for polynomails and Groebner bases. It's an edu project aimed at studying the technical components of Buchberger algorithm using Python.
DrawIO scheme is available.
The list of dependencies can be found in requirements.txt. For now it's not much needed.
To install run
pip install -e .and use the full functionality via imports.
See scripts folder.