Boop icon indicating copy to clipboard operation
Boop copied to clipboard

Python Object pretty-print

Open miketheman opened this issue 3 years ago • 0 comments

Hello! Love the tool, thanks for making it!

Oftentimes, I have a large-ish object in Python that I'd want to format similar to JSON so it's more human-readable.

In Python, I'd likely use the pprint (PrettyPrinter) module to do so, but in Boop I can't accomplish this, due to the format of the object containing items like datetime(...) when there's a date.

Is this something you've considered? If not, is that something I could accomplish with a custom script like JSON, but modified to allow non-pure-JSON, or even make its way into the app?

miketheman avatar Sep 14 '21 16:09 miketheman