Metadata-Version: 2.2
Name: csvkit
Version: 0.9.0
Summary: A library of utilities for working with CSV, the king of tabular file formats.
Home-page: http://csvkit.rtfd.org/
Author: Christopher Groskopf
Author-email: staringmonkey@gmail.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
License-File: COPYING
License-File: AUTHORS
Requires-Dist: xlrd>=0.7.1
Requires-Dist: sqlalchemy>=0.6.6
Requires-Dist: openpyxl>=2.0.3
Requires-Dist: six>=1.6.1
Requires-Dist: python-dateutil>=2.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

csvkit is a suite of utilities for converting to and working with CSV, the king of tabular file formats.

It is inspired by pdftk, gdal and the original csvcut utility by Joe Germuska and Aaron Bycoffe.

Important links:

* Repository:    https://github.com/onyxfish/csvkit
* Issues:        https://github.com/onyxfish/csvkit/issues
* Documentation: http://csvkit.rtfd.org/
* Schemas:       https://github.com/onyxfish/ffs
* Buildbot:      https://travis-ci.org/onyxfish/csvkit
