Python utility to convert key=value based properties/ini config files into YAML format
pip install configobj ruamel.yaml
python properties_to_yaml.py input_file.(properties|ini)
Python utility to convert key=value based properties/ini config files into YAML format
PythonMIT