Skip to main content

A simple module to make easy conversions between two type of files: `csv` and `json`.

Project description

It is a simple module to make easy conversions between two type of files: csv and json.
It has been created for a postgraduate assignment that had as objective to validate our knowledge about the use of basic structures of Python and the process of creating and publishing a Python module.

Usage and Examples

To use this module is necessary to install it and use the convert script of this module:

pip install alanfe-puc-ds-csv-converter
python3 -m alanfe-puc-ds-csv-converter convert

You will need to set some arguments of this script like output path (using -o or --ouput) and input path(using -i or --input). After that automatically it will parse all files in this path and will save them in the output path.

python3 -m alanfe-puc-ds-csv-converter convert -i /input/ -o /output/
# OR
python3 -m alanfe-puc-ds-csv-converter convert -i /input/teste.csv -o /output/

It will detect if the files are csv files or json files and will convert them to another format. In the case of csv files, they will be converted to json. In the case of json files, they will be converted to csv.
A good property of this module is the parallel processing. You can set --parallel or -p as true and the library's processing will happen in parallel

python3 -m alanfe-puc-ds-csv-converter convert -i /input/teste.csv -o /output/ --parallel true

To more information about this module execution we cant use the help command:
python3 -m alanfe-puc-ds-csv-converter convert --help

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

alanfe_puc_ds_csv_converter-0.3.6.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

alanfe_puc_ds_csv_converter-0.3.6-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

File details

Details for the file alanfe_puc_ds_csv_converter-0.3.6.tar.gz.

File metadata

  • Download URL: alanfe_puc_ds_csv_converter-0.3.6.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.8.10 Linux/5.4.0-91-generic

File hashes

Hashes for alanfe_puc_ds_csv_converter-0.3.6.tar.gz
Algorithm Hash digest
SHA256 c48bdd4d12e68ecc034a28306959f7cf5c016efdc14d1c8b8fe272943d9bee20
MD5 976a1c7118dc234d39cedc0641382fa2
BLAKE2b-256 f09455e46b12bcc12568ad6e2f25cbbc18ad8b93d9b128ca13c410e9fed0042b

See more details on using hashes here.

File details

Details for the file alanfe_puc_ds_csv_converter-0.3.6-py3-none-any.whl.

File metadata

File hashes

Hashes for alanfe_puc_ds_csv_converter-0.3.6-py3-none-any.whl
Algorithm Hash digest
SHA256 eb08e0c84a0d75cd1067629e7cf91d483d2d2dc27982c209a2d0d85e160bafe5
MD5 9b19dc36cf70fffc1721042a79578fef
BLAKE2b-256 057a1b516511f2a0a9aee57bae3f14aa5292afdcc06d8e6282f545756932c36a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page