string.ify
string.ify copied to clipboard
question: stringification in python?
@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 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...