Metadata-Version: 2.1
Name: clevercsv
Version: 0.1.3
Summary: A clever CSV parser
Home-page: https://github.com/alan-turing-institute/CleverCSV
Author: Gertjan van den Burg
Author-email: gertjanvandenburg@gmail.com
License: MIT
Description: 
        # CleverCSV
        
        [![Build Status](https://travis-ci.org/alan-turing-institute/CleverCSV.svg?branch=master)](https://travis-ci.org/alan-turing-institute/CleverCSV)
        [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/alan-turing-institute/CleverCSVDemo/master?filepath=CSV_dialect_detection_with_CleverCSV.ipynb)
        
        A clever CSV parser.
        
        The goal of this package is to provide a drop-in replacement for the Python 
        CSV library that uses the dialect detection method developed in the paper 
        [Wrangling Messy CSV Files by Detecting Row and Type 
        Patterns](https://arxiv.org/abs/1811.11242).
        
        **NOTE** this repository is under heavy development and should be considered 
        pre-alpha software. If you're interested in this package, please "star" the 
        repository on GitHub.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.0.0
Description-Content-Type: text/markdown
