Metadata-Version: 2.1
Name: ga-python
Version: 0.1.1
Summary: Demo python project for github actions with semantic release
Home-page: http://github.com/thuongnn/ga-python
Author: Nguyen Nhu Thuong
Author-email: thuongnn@ssi.com.vn
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
License-File: LICENSE

# Converter

Convert XML to JSON

### prerequisite
- you need to install below library using pip
- $ pip install xmltodict
 
### Description
- It coverts any input.xml file into output.json.

### How to run the script

- First rename your file to input.xml 
- Execute `python3 converter.py`
- The Output will be shown below as output.json

## *Author Name*
Azhad Ghufran


# Testing

