tmep
Template and Macros Expansion for Path names.
Template and Macros Expansion for Path names.
To install this package, run one of the following:
This module implements a string formatter based on the standard PEP 292 string.Template class extended with function calls. Variables, as with string.Template, are indicated with $ and functions are delimited with %. This module assumes that everything is Unicode: the template and the substitution values. Bytestrings are not supported. Also, the templates always behave like the safe_substitute method in the standard library: unknown symbols are left intact.
Summary
Template and Macros Expansion for Path names.
Last Updated
Feb 23, 2026 at 21:19
License
MIT
Supported Platforms
GitHub Repository
https://github.com/Josef-Friedrich/tmepDocumentation
https://tmep.readthedocs.io/