csv-to-dictionary

Ultra simple csv to dictionary conversion library


Keywords
simple, csv, dictionary, parser
License
MIT
Install
pip install csv-to-dictionary==1.0.5b1

Documentation

CSV to Dictionary Converter

I created this project after I discovered that one of my friends had abandoned python after being unable to find a simple and intuitive csv to dictionary converter. I created this package in the hopes that I would not lose another friend from the pythonverse.

Authors: Ethan Dayley
Version: 1.0.2
Dedication: To Jacob, may he return to the ways of python.

Installation

Install with pip: pip install csv_to_dictionary

Usage

import csv_to_dictionary
csv_to_dictionary.convert_simple(your_csv_string)

Feel free to contribute to this project hosted On Github.