What python html generator module should I use in a non-web application? -
i'm hacking quick , dirty python script generate reports static html files.
what module build static html files outside context of web application?
my goals simplicity (the html not complex) , ease of use (i don't want write lot of code output html tags).
i found 2 alternatives on first goolge search:
- markup.py - http://markup.sourceforge.net/
- html.py - http://www.decalage.info/en/python/html
also, feel using templating engine over-kill, if differ please , why.
any other recommendation?
maybe try markdown instead, , convert html on fly?
Comments
Post a Comment