Skip to content

rinslow/fstring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fstring

Build Status PyPI - Python Version PyPI version

WTFPL License

PEP498 Backport for all supported Python versions.

Usage

pip install fstring

from fstring import fstring as f
x = 1
y = 2
print f("{x}+{y}={x+y}")  # 1+2=3

About

PEP 498 Backport

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages