Hi, I'm using pyyaml, and need some values in a yaml files to be dynamic, for example somethin like:
filename: /tmp/backup_{% time.strftime('%Y-%m-%d') }.tgz
Is there a simple way to achieve this? (Eg with a templating system that would
first handle the template parts from the yaml file)
Thanks
--
https://mail.python.org/mailman/listinfo/python-list
