Metadata-Version: 2.1
Name: luana-santos-csv-converter
Version: 0.1.0
Summary: Convert csv to json and vice versa. For learning purposes.
Author: Luana Santos
Author-email: luanasilvia.lss@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=8.0.3,<9.0.0)
Requires-Dist: pandas (>=1.3.5,<2.0.0)
Description-Content-Type: text/markdown

# File Converter

CSV to JSON and JSON to CSV converter.

## Introduction

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

### What this project can do

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

```bash
pipx install luana_santos_csv_converter
```

To use, just type in:

```bash
csv_converter --help
```

Or:

```bash
json_converter --help
```
