معرفی شرکت ها


ctodd-python-lib-csv-1.0.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Python utilities used for interacting with .csv files
ویژگی مقدار
سیستم عامل -
نام فایل ctodd-python-lib-csv-1.0.2
نام ctodd-python-lib-csv
نسخه کتابخانه 1.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Christopher H. Todd
ایمیل نویسنده Christopher.Hayden.Todd@gmail.com
آدرس صفحه اصلی https://github.com/ChristopherHaydenTodd/ctodd-python-lib-csv
آدرس اینترنتی https://pypi.org/project/ctodd-python-lib-csv/
مجوز MIT
# Christopher H. Todd's Python Lib for CSV Files The ctodd-python-lib-csv project is responsible for interacting with .csv files and .csv formatted data. This includes converting to and from .csv format, reading .csv files, writing .csv files, and other general CSV related tasks. ## Table of Contents - [Dependencies](#dependencies) - [Libraries](#libraries) - [Example Scripts](#example-scripts) - [Notes](#notes) - [TODO](#todo) ## Dependencies ### Python Packages - simplejson>=3.16.0 ## Libraries ### [csv_general_helpers.py](https://github.com/ChristopherHaydenTodd/ctodd-python-lib-csv/blob/pypi/csv_helpers/csv_general_helpers.py) CSV General Helpers. This library is used to interact with .csv files not specificlly related to reading or writing them. Functions: ``` def convert_csv_file_to_json_file(csv_filename, json_filename=None, seperator=","): """ Purpose: Convert .csv File to .json Args: csv_filename (String): .csv file to convert to .json json_filename (String): filename for the resulting .json seperator (String): String seperator of fields in the .csv Return: json_filename (String): filename for the resulting .json """ ``` ### [csv_reading_helpers.py](https://github.com/ChristopherHaydenTodd/ctodd-python-lib-csv/blob/pypi/csv_helpers/csv_reading_helpers.py) CSV Reading Helpers. This library is used to aid in reading with .csv files Functions: ``` N/A ``` ### [csv_writing_helpers.py](https://github.com/ChristopherHaydenTodd/ctodd-python-lib-csv/blob/pypi/csv_helpers/csv_writing_helpers.py) CSV Writing Helpers. This library is used to aid in writing with .csv files Functions: ``` N/A ``` ## Example Scripts Example executable Python scripts/modules for testing and interacting with the library. These show example use-cases for the libraries and can be used as templates for developing with the libraries or to use as one-off development efforts. ### N/A ## Notes - Relies on f-string notation, which is limited to Python3.6. A refactor to remove these could allow for development with Python3.0.x through 3.5.x ## TODO - Unittest framework in place, but lacking tests


نیازمندی

مقدار نام
>=3.16.0 simplejson


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

مقدار نام
>3.6 Python


نحوه نصب


نصب پکیج whl ctodd-python-lib-csv-1.0.2:

    pip install ctodd-python-lib-csv-1.0.2.whl


نصب پکیج tar.gz ctodd-python-lib-csv-1.0.2:

    pip install ctodd-python-lib-csv-1.0.2.tar.gz