jmholzer / csv-python

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

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

License:MIT License


Languages

Language:Python 100.0%