This repo contains an issue tracker, examples, and early work related to PEP 999: Tag Strings.
"Tag strings" or "tag-strings"? Hyphenating directly parallels f-strings, and it could be possibly easier to search for. On the other hand, "tag strings" might read better. Let's play with this spelling to see what works best.
This project is directly inspired by the JavaScript's support of tagged template literals.
Related work in Python includes
- Flufl i18n substitutions
- Tagged library
- PEP 501: Interpolation templates
- Earlier work by the same authors
TODO - this will be in a fork of CPython.
TODO - include examples like the following, especially ones based on "attractive nuisance" use of f-strings:
- Internationalization
- Logging
- HTML
TODO
TODO
TODO