If your are using Python 3.6+, string f-strings are the recommended way to format strings. Python 3 introduced a new way to do string formatting that was later back-ported to Python 2.7. This makes ...
This code was originally written for greplica, but I felt it deserved its own, separate library. The main goals for this project are: To provide a simple way to construct a string-like object with ...