Metadata-Version: 2.1
Name: puc-lpgomes-csvconverter
Version: 0.1.3
Summary: Convert CSV to Json. For only purpose at PUC Python Class
Author: Leandro P. Gomes
Author-email: leandropgomes11@gmail.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)
Requires-Dist: pandas (>=1.3.4,<2.0.0)
Description-Content-Type: text/markdown

# File Converter

CSV to JSON converter.

## Introduction

Studying 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 puc_lpgomes_csvconverter
```

To use, just type in:

```bash
csv_converter --help
```

This will list all available options.

