interpy
interpy copied to clipboard
sounds interesting but where is documentation?
Sounds interesting. Only doc seems to be Readme.md, which shows usage
{variable}
But what other options are available? How can I control formatting, for example?
"Hi #{name}"
is transformed to "Hi "+str(name).
. So the formatting is always the variables as str
s.