Skip to content

mozillazg/f

Repository files navigation

f

Build Coverage

Ruby-Style String Interpolation for Python.

Usage

>>> import f
>>> a = 2
>>> b = 3
>>> f('#{a}')
'2'
>>> f('#{a + b}')
'5'

About

Ruby-Style String Interpolation for Python.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published