As a professional C# developer (don't laugh :), I'm familiar with CodeSmith, MyGeneration, and most recently Microsoft T4. But I'm getting more and more into Python, PyDev, and Eclipse and would like to generate Python source based on entity definition files. I have rolled my own ORM toolkit in C# would now like to "port" it to Python.
I came across Cheetah and it looks pretty solid, but an IDE-integrated solution would be ideal. Is there a tool which is the code generator to use? Or maybe because there is no obvious solution, code generation with dynamically-typed languages is dead and I'm trying to apply my statically-typed background to a dynamically-typed foreground?