LICENSE
README.md
pyproject.toml
src/arff_csv/__init__.py
src/arff_csv/cli.py
src/arff_csv/converter.py
src/arff_csv/exceptions.py
src/arff_csv/parser.py
src/arff_csv/py.typed
src/arff_csv/writer.py
src/arff_csv_converter.egg-info/PKG-INFO
src/arff_csv_converter.egg-info/SOURCES.txt
src/arff_csv_converter.egg-info/dependency_links.txt
src/arff_csv_converter.egg-info/entry_points.txt
src/arff_csv_converter.egg-info/requires.txt
src/arff_csv_converter.egg-info/top_level.txt
tests/test_analyze.py
tests/test_cli.py
tests/test_converter.py
tests/test_coverage.py
tests/test_exceptions.py
tests/test_parser.py
tests/test_writer.py