Ecosyste.ms: Awesome
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: 4 days ago
JSON representation
Python utility to convert key=value based properties/ini config files into YAML format
- Host: GitHub
- URL: https://github.com/cbirajdar/properties-to-yaml-converter
- Owner: cbirajdar
- License: mit
- Created: 2017-01-05T07:54:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-27T15:29:32.000Z (about 5 years ago)
- Last Synced: 2024-08-01T13:35:02.192Z (3 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 8
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - cbirajdar/properties-to-yaml-converter - Python utility to convert key=value based properties/ini config files into YAML format (Python)
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)```