Metadata-Version: 2.1
Name: psv
Version: 0.4.1
Summary: CSV Parser
Home-page: https://github.com/DolphDev/PSV
Author: Joshua W
Author-email: DolphDevgithub@gmail.com
Keywords: csv,Comma Separated Values,Python Separated Values,psv
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

PSV
----

PSV is a library that allows rapid script development for csv files. This library allows pythonic manipulation of csv (or csv like structures).

This is not a data analysis library rather a data manipulation one, and it is meant to be as light as possbile. For these usecases, consider Pandas. Additionally, CSV files should not be used as any sort of flat file database and this library doesn't actively support that usecase.
