Metadata-Version: 2.1
Name: clebs-puc-csv-converter
Version: 0.1.2
Summary: Convert csv to json. Publishing only for learning purposes at PUC.
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/x-rst

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:

Code blocks:
```
>>> pipx install clebs-puc-csv-converter
```

To use, just type in:

Code blocks:
```
>>> csv_converter --help
```

And much much more!

