This project needs Python >= 3.10!
Simple example:
>>> from py_dyt import translate >>> print(translate('Hello, $name$!', {'name': 'Nick'})) Hello, Nick!
A python DyT parser.