Metadata-Version: 1.1
Name: csvpp
Version: 0.2.0
Summary: CSV reformatter to align columns
Home-page: https://github.com/jlubcke/csvpp
Author: Johan Lübcke
Author-email: johan@lubcke.se
License: MIT
Description: =============================
        CVS Pretty Printer
        =============================
        
        .. image:: https://badge.fury.io/py/csvpp.png
            :target: http://badge.fury.io/py/csvpp
        
        .. image:: https://travis-ci.org/jlubcke/csvpp.png?branch=master
            :target: https://travis-ci.org/jlubcke/csvpp
        
        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)
        
        
        
        Documentation
        -------------
        
        The full documentation is at http://csvpp.rtfd.org.
        
        
        
        History
        -------
        
        0.2.0 (2015.12-14)
        ++++++++++++++++++
        
        * First release done via travis-ci
        
        
        0.1.0 (2015-07-08)
        ++++++++++++++++++
        
        * First release on PyPI.
        
Keywords: csvpp
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: PyPy
