Py-Dyt Python parser for DyT version 0.1.0 This project needs Python >= 3.10! Simple example: >>> from py_dyt import translate >>> print(translate('Hello, $name$!', {'name': 'Nick'})) Hello, Nick!