Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 3.44 KB

readme.md

File metadata and controls

21 lines (14 loc) · 3.44 KB

This currently only maintained - and not actively improved on anymore.

Travis Builds will no longer work.

PSV

##Status

Branch Build Status Documentation Coverage Purpose
master Build Status Documentation Status Coverage Status A working, but not released version of the library. Tests must be passing to be merged into master.
stable Build Status Documentation Status Coverage Status The last release of the module.
develop Build Status Documentation Status Coverage Status Develop branch. All commits must be committed/merged into this branch before being merged into master.
latest Build Status Documentation Status Coverage Status Latest branch. Latest revision of the library, very unstable.

PSV is a library that allows rapid script development for csv files. Assistance/Pull requests are both welcomed and encouraged.

Installation: pip install psv

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.