We have a lot of config files written in Python syntax for miscellaneous in-house tools.
Recently, we began writing Go programs. To inter-operate with Python programs, we need to invent a way to read/parse config files written in Python.
Pyson may help us.