Metadata-Version: 2.1
Name: pycsvify
Version: 0.1.0
Summary: A Python library that allows easy CSV to Dict conversion
Home-page: https://github.com/wesselmeijer/pycsvify
Author: Wessel Meijer
License: UNKNOWN
Description: # PyCSVify
        
        ## A Python library that allows easy conversion from CSV to Dict and back!
        
        Use `parseCSVfile(location, seperator)` to convert a CSV file to a dictionary
        
        Use `parseCSV(csvString, itemSeperator, lineSeperator)` to convert a CSV string to a dictionary
        
        Use `exportCSV(dictionary, itemSeperator, lineSeperator)` to convert a dictionary to a CSV string
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
