hpython
hpython copied to clipboard
f-string support
It would be awesome to support python3.6 f-strings, introduced here. For example:
name = 'paul'
message = 'hello'
str = f'{name} says {message}'
Hey Paul, thanks for the interest :)
I definitely agree, but I'm not actively working on hpython right now. Are you currently using the library for anything? If there is a large enough demand, I can make a case for spending some quality time on it.
Ah, got it. We're using it to parse our python codebase and generate some api clients based on it. So far super impressed, and it has been great, so thanks for the library. :)