We have a system that keeps a backup of the configuration of Juniper's devices
We need to load this file and transform it into a more readable format, such as XML or Json
Is it possible to do it with Python?
We found a way to do it in Ruby, but we need it in Python, any suggestions?