LICENSE
README.md
pyproject.toml
src/csv_fix/__init__.py
src/csv_fix/__main__.py
src/csv_fix/csv_state_machine.py
src/csv_fix/states.py
src/csv_fix.egg-info/PKG-INFO
src/csv_fix.egg-info/SOURCES.txt
src/csv_fix.egg-info/dependency_links.txt
src/csv_fix.egg-info/entry_points.txt
src/csv_fix.egg-info/requires.txt
src/csv_fix.egg-info/top_level.txt
tests/test_candidate_end_state.py
tests/test_candidate_escape_state.py
tests/test_field_in_qualifier_state.py
tests/test_field_state.py
tests/test_new_field_state.py
tests/test_qualifier.py
tests/test_separater.py
tests/test_trim.py