Metadata-Version: 2.1
Name: clebs-puc-ia-csv-converter
Version: 0.1.1
Summary: Convert csv to Json. For learning purposes.
Author: clebson cardoso
Author-email: clebsondm@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=8.0.1,<9.0.0)
Requires-Dist: pandas (>=1.3.3,<2.0.0)
Description-Content-Type: text/markdown

# File Converter

CSV to JSON converter.

## Introduction

Teaching how to deploy a lib on PyPi at PUC using Poetry.



### What this project can do

Read a **csv** file or a **folder** with csv`s and convert them to **JSON**.
This project is a program running on terminal, preferably install with pipx:


```bash
pipx install clebs-puc-csv-converter
```

To use, just type in:

```bash
csv_converter --help
```

This will list all available options.

