.travis.yml
LICENSE
MANIFEST.in
README.md
setup.py
auxiliary/human.py
bin/clevercsv
ccsv/__init__.py
ccsv/__version__.py
ccsv/break_ties.py
ccsv/consistency.py
ccsv/cparser_util.py
ccsv/detect.py
ccsv/detect_pattern.py
ccsv/detect_type.py
ccsv/dialect.py
ccsv/dict_read_write.py
ccsv/escape.py
ccsv/exceptions.py
ccsv/normal_form.py
ccsv/parser.py
ccsv/potential_dialects.py
ccsv/read.py
ccsv/utils.py
ccsv/wrappers.py
ccsv/write.py
clevercsv.egg-info/PKG-INFO
clevercsv.egg-info/SOURCES.txt
clevercsv.egg-info/dependency_links.txt
clevercsv.egg-info/requires.txt
clevercsv.egg-info/top_level.txt
notes/date_regex/README.md
notes/date_regex/datefmt.py
notes/date_regex/dateregex.txt
notes/date_regex/dateregex_annotated.txt
notes/date_regex/dateregex_formats.txt
notes/date_regex/dateregexmin.txt
src/abstraction.c
src/cparser.c
tests/test_unit/test_cparser.py
tests/test_unit/test_detect.py
tests/test_unit/test_detect_pattern.py
tests/test_unit/test_detect_type.py
tests/test_unit/test_normal_forms.py
tests/test_unit/test_parser.py
tests/test_unit/test_potential_dialects.py
tests/test_unit/test_reader.py
tests/test_unit/test_wrappers.py
tests/test_unit/test_write.py