Metadata-Version: 1.1
Name: qcsv
Version: 0.0.3
Summary: An API to read and analyze CSV files.
Home-page: https://github.com/BurntSushi/qcsv
Author: Andrew Gallant
Author-email: qcsv@burntsushi.net
License: WTFPL
Description: An API to read and analyze CSV files by inferring types for each column of
        data.
        
        Currently, only int, float and string types are supported.
Platform: ANY
Classifier: License :: Public Domain
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Database
