Metadata-Version: 2.1
Name: csv-json-converter-bruno-areis
Version: 0.1.0
Summary: Convert csv to json or json to csv
Author: Bruno Reis
Author-email: brunoalvesbhx@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)
Description-Content-Type: text/markdown

Convert Single file or list of CSV files to JSON 
OR
Single file or list of JSON files to CSV

Options:
  -i, --input TEXT      Path where the files will be loaded for conversion.
  -o, --output TEXT     Path where the converted files will be saved.
  -d, --delimiter TEXT  Separator used to split the files.
  -p, --prefix TEXT     Prefix used to prepend to the name of the converted
                        file saved on disk. The suffix will be a number
                        starting from 1. ge: file_1.


