Metadata-Version: 2.1
Name: csv-json-converter-mtba
Version: 0.1.0
Summary: Conversor CSV-JSON
Author: Marco Andrade
Author-email: marcotbandrade@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: click (>=8.0.3,<9.0.0)
Description-Content-Type: text/markdown

# CSV-JSON Converter

CSV to JSON converter.

## Introduction

Trabalho desenvolvido para a disciplina Python para Ciência de Dados do curso de pós-graduação em Ciência de Dados e Big Data da PUC Minas - 2021.

### What this project can do

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

```bash
pipx install csv_json_converter_mtba
```

To use, just type in:

```bash
csv_json_converter --help
```

This will list all available options.
