I was interested in the description of Gleam, but disappointed that the project seems to have been left at a Python 2 implementation.
I made a fairly small number of changes to get Gleam to work with Python 3.8, at least such that most features of the 'baseball.py' example program work. ('Show names' does not work, though.) I had to replace references to 'ggplot' with 'plotnine', which made a few other changes necessary.
I have provided my 'git diff' showing those changes.
gleam-py3-diff.txt
I was interested in the description of Gleam, but disappointed that the project seems to have been left at a Python 2 implementation.
I made a fairly small number of changes to get Gleam to work with Python 3.8, at least such that most features of the 'baseball.py' example program work. ('Show names' does not work, though.) I had to replace references to 'ggplot' with 'plotnine', which made a few other changes necessary.
I have provided my 'git diff' showing those changes.
gleam-py3-diff.txt