string.ify icon indicating copy to clipboard operation
string.ify copied to clipboard

question: stringification in python?

Open benediamond opened this issue 7 years ago • 1 comments

@xpl, this is great. I'm just wondering: is a tool like this available for calling within python, so that string representations like these could be generated from python dicts / objects?

I know that there is e.g. pprint, but it's not as nice---the dict keys do not get right-aligned like they do here. Thank you.

benediamond avatar Jun 12 '18 17:06 benediamond

@benediamond I would really like to see it ported to Python (as we use Python in @ccxt), but I think it would not be easy, as a lot of stuff in the current implementation is utterly JavaScript-specific...

xpl avatar Jun 13 '18 16:06 xpl