So, what packages are people using for simple HTML generation these days?
I'm writing a script to do some analysis of my LJ (retrieving assorted data via xmplrpclib), and I want to generate a (static) html page containing the results, along with links to the relevant posts. I'm not intending to do this on a webserver, so the standard templating stuff seems to not be relevant -- I just want a results.html file that I can store locally. No exceptionally fancy formatting, probably just simple tables...
Unfortunately, nothing like this seems to be in the standard lib, and there are any number of different 3rd-party modules, many of which appear to be unmaintained. So, anyone have preferences?
I'm writing a script to do some analysis of my LJ (retrieving assorted data via xmplrpclib), and I want to generate a (static) html page containing the results, along with links to the relevant posts. I'm not intending to do this on a webserver, so the standard templating stuff seems to not be relevant -- I just want a results.html file that I can store locally. No exceptionally fancy formatting, probably just simple tables...
Unfortunately, nothing like this seems to be in the standard lib, and there are any number of different 3rd-party modules, many of which appear to be unmaintained. So, anyone have preferences?
