Metadata-Version: 2.1
Name: puc-lpgomes-csvconverter
Version: 0.1.5
Summary: Convert CSV to Json or JSON to CSV. 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 and JSON to CSV converter.

## Introduction

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

### What this project can do

Read a **csv** or **json** files or a **folders** with files and convert them to **JSON** or **CSV**.
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.

