hpython icon indicating copy to clipboard operation
hpython copied to clipboard

f-string support

Open paulbellamy opened this issue 6 years ago • 2 comments

It would be awesome to support python3.6 f-strings, introduced here. For example:

name = 'paul'
message =  'hello'
str = f'{name} says {message}'

paulbellamy avatar Dec 04 '19 14:12 paulbellamy

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.

LightAndLight avatar Dec 04 '19 23:12 LightAndLight

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. :)

paulbellamy avatar Dec 05 '19 11:12 paulbellamy