Is there a Python module that can be used in the same way as Perl\'s Data::Dumper module?
Edit: Sorry, I should have been clearer. I was mainly afte
If you want something that works better than pprint, but doesn't require rolling your own, try importing dumper from pypi: https://github.com/jric/Dumper.py or https://github.com/ericholscher/pypi/blob/master/dumper.py