Metadata-Version: 1.1
Name: csvkit
Version: 1.0.3
Summary: A suite of command-line tools for working with CSV, the king of tabular file formats.
Home-page: http://csvkit.rtfd.org/
Author: Christopher Groskopf
Author-email: chrisgroskopf@gmail.com
License: MIT
Description: .. image:: https://secure.travis-ci.org/wireservice/csvkit.svg
            :target: https://travis-ci.org/wireservice/csvkit
            :alt: Build Status
        
        .. image:: https://gemnasium.com/wireservice/csvkit.svg
            :target: https://gemnasium.com/wireservice/csvkit
            :alt: Dependency Status
        
        .. image:: https://coveralls.io/repos/wireservice/csvkit/badge.svg?branch=master
            :target: https://coveralls.io/r/wireservice/csvkit
            :alt: Coverage Status
        
        .. image:: https://img.shields.io/pypi/v/csvkit.svg
            :target: https://pypi.python.org/pypi/csvkit
            :alt: Version
        
        .. image:: https://img.shields.io/pypi/l/csvkit.svg
            :target: https://pypi.python.org/pypi/csvkit
            :alt: License
        
        .. image:: https://img.shields.io/pypi/pyversions/csvkit.svg
            :target: https://pypi.python.org/pypi/csvkit
            :alt: Support Python versions
        
        csvkit is a suite of command-line tools for converting to and working with CSV, the king of tabular file formats.
        
        It is inspired by pdftk, gdal and the original csvcut tool by Joe Germuska and Aaron Bycoffe.
        
        If you need to do more complex data analysis than csvkit can handle, use `agate <https://github.com/wireservice/agate>`_.
        
        Important links:
        
        * Repository:    https://github.com/wireservice/csvkit
        * Issues:        https://github.com/wireservice/csvkit/issues
        * Documentation: http://csvkit.rtfd.org/
        * Schemas:       https://github.com/wireservice/ffs
        * Buildbot:      https://travis-ci.org/wireservice/csvkit
        
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 :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
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
