An open API service indexing awesome lists of open source software.

https://github.com/cbirajdar/properties-to-yaml-converter

Python utility to convert key=value based properties/ini config files into YAML format
https://github.com/cbirajdar/properties-to-yaml-converter

Last synced: 25 days ago
JSON representation

Python utility to convert key=value based properties/ini config files into YAML format

Awesome Lists containing this project

README

        

# properties-to-yaml-converter
Python utility to convert key=value based properties/ini config files into YAML format

## Basic Usage

- ```pip install configobj ruamel.yaml```
- ```python properties_to_yaml.py input_file.(properties|ini)```