csvpp

CSV reformatter to align columns


Keywords
csvpp
License
MIT
Install
pip install csvpp==0.2.0

Documentation

CVS Pretty Printer

https://badge.fury.io/py/csvpp.png https://travis-ci.org/jlubcke/csvpp.png?branch=master

CSV reformatter to align columns

It scratched my particular itch of a massive amount of test code with snippets of CSV data that I wanted to re-format in tidy columns (while retaining the indentation).

Features

  • Reads a CSV file as input and outputs a pretty-printed version with all columns aligned (and indentation retained)