Metadata-Version: 2.1
Name: alanfe-puc-ds-csv-converter
Version: 0.3.3
Summary: A simple module to make easy conversions between two type of files: `csv` and `json`.
Author: Alan Federich
Author-email: alan.federich@icloud.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=8.0.3,<9.0.0)
Description-Content-Type: text/markdown

IConverter
===

A simple module to make easy conversions between two type of files: `csv` and `json`.
<br>
It was created for a postgraduate assignment that had as objective to validate our knowledge about the use of basic structures of Python and the process of creating and publishing a Python module.


## Usage and Examples
You will set some arguments of this function like: output path and input path. After that automatically it will parse all files in this path and will save it in output path. 
<br>
It will detect if files are csv or json and will convert them to another format, in the case o csv, will be converted to json and json, csv.
<br>
You can set a prefix name to output files

**Examples:**
```

```
