Hi all,
thanks for the nice python package. I stumbled over a potential bug in the new 0.5 release.
I did install python flint 0.5 via
pip install python-flint
I can import and use any sub module/function except for flint.good.
Calling
from flint import good
or
from flint.functions import good
throw Import errors. Importing showgood however works fine.
Best,
Tim