معرفی شرکت ها


alanfe-puc-ds-csv-converter-0.3.6


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A simple module to make easy conversions between two type of files: `csv` and `json`.
ویژگی مقدار
سیستم عامل -
نام فایل alanfe-puc-ds-csv-converter-0.3.6
نام alanfe-puc-ds-csv-converter
نسخه کتابخانه 0.3.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Alan Federich
ایمیل نویسنده alan.federich@icloud.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/alanfe-puc-ds-csv-converter/
مجوز -
It is a simple module to make easy conversions between two type of files: **csv** and **json**. <br> 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. <br> 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 ``` <br> To more information about this module execution we cant use the help command: ``` python3 -m alanfe-puc-ds-csv-converter convert --help ```


نیازمندی

مقدار نام
>=8.0.3,<9.0.0 click


زبان مورد نیاز

مقدار نام
>=3.8,<4.0 Python


نحوه نصب


نصب پکیج whl alanfe-puc-ds-csv-converter-0.3.6:

    pip install alanfe-puc-ds-csv-converter-0.3.6.whl


نصب پکیج tar.gz alanfe-puc-ds-csv-converter-0.3.6:

    pip install alanfe-puc-ds-csv-converter-0.3.6.tar.gz