Re: Pretty Print Python Data Structures to HTML

2009-10-17 Thread Diez B. Roggisch
Sam schrieb: I'm looking for something like the pprint module but that can take a Python data structure and turn it into HTML (or better xHTML). It would read through the data structure but instead of formatting it using spaces it would format it using either dd/dt or ordered/ unordered lists or

Re: Pretty Print Python Data Structures to HTML

2009-10-17 Thread Mensanator
On Oct 17, 2:25�am, Sam wrote: > I'm looking for something like the pprint module but that can take a > Python data structure and turn it into HTML (or better xHTML). > > It would read through the data structure but instead of formatting it > using spaces it would format it using either dd/dt or o