Metadata-Version: 2.0
Name: csvpivot
Version: 1.0
Summary: Pivot tables for CSV files in the terminal.
Home-page: https://github.com/maxharlow/csvpivot
Author: Max Harlow
Author-email: maxharlow@gmail.com
License: Apache
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Utilities
Requires-Dist: chardet (==2.3.0)
Requires-Dist: numpy (==1.10.4)
Requires-Dist: pandas (==0.17.1)

CSV Pivot
=========

Pivot tables for CSV files in the terminal.

Tested on Python 2.7 and 3.5.


Installing
----------

    pip install csvpivot


