Skip to content

jimbaker/tagstr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tag strings

An early stage PEP that introduces tag strings - a natural extension of "f-strings" from PEP 498 which enables Python developers to create and use their own custom tags (or prefixes) when working with string literals and any interpolation. Tag strings are based on a related idea in JavaScript, tagged template literals but with a Pythonic syntax for both the use of and the definition of tags.

Install

$ path/to/venv/bin/pip install -e .

Documents

Examples

Related Work

About

This repo contains an issue tracker, examples, and early work related to PEP 999: Tag Strings

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages