Skip to content

evanunderscore/f_strings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

f_strings

Python 3.6 is getting literal string interpolation (see PEP 498). This is an imperfect backport for older Python versions.

Usage

>>> from f_strings import f
>>> adjective = 'great'
>>> f('f-strings are {adjective}!')
'f-strings are great!'

Issues

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages