Skip to content

nchistov/py-dyt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Python DyT parser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages