/csv-python

A finite-state machine approach to parsing CSV files in Python.

Primary LanguagePythonMIT LicenseMIT

csv-python

A finite-state machine approach to parsing basic CSV files in Python.

Mostly written in 2022.

Install the package and run the test suite

To install the package and install the test suite, run:

cd <project_root>
pip install .
python -m unittest discover test/