I would like to be able to convert a python mathematical expression into content MathML using Python. The goal would be to turn an expression like (a*x^2 + b*x + c)/(2*a) into the content MathML example in the Wikipedia article on MathML.
The asciimathml package will generate display MathML, but as far as I can tell, not content MathML.
I have not been able to google up an existing package, or even suggestions for how to do it.
Thanks in advance...