CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
fastcsv/__init__.py
include/fastcsv/csv_parser.hpp
include/fastcsv/simd_utils.hpp
pyfastcsv.egg-info/PKG-INFO
pyfastcsv.egg-info/SOURCES.txt
pyfastcsv.egg-info/dependency_links.txt
pyfastcsv.egg-info/not-zip-safe
pyfastcsv.egg-info/requires.txt
pyfastcsv.egg-info/top_level.txt
src/csv_parser.cpp
src/python_bindings.cpp
src/simd_utils.cpp
tests/test_basic.py
tests/test_dialects.py
tests/test_edge_cases.py
tests/test_mmap.py
tests/test_sniffer.py