LICENSE
README.md
pyproject.toml
csvdir/__init__.py
csvdir/chunks_dir.py
csvdir/chunks_factory.py
csvdir/chunks_iter_enum.py
csvdir/chunks_iter_path.py
csvdir/concat_file.py
csvdir/dir_reader.py
csvdir/factory.py
csvdir/iter_enum.py
csvdir/iter_path.py
csvdir/pathing.py
csvdir/py.typed
csvdir/utils.py
csvdir.egg-info/PKG-INFO
csvdir.egg-info/SOURCES.txt
csvdir.egg-info/dependency_links.txt
csvdir.egg-info/requires.txt
csvdir.egg-info/top_level.txt
tests/test_chunking.py
tests/test_chunking_headers.py
tests/test_concat_file.py
tests/test_dialect.py
tests/test_edge_cases.py
tests/test_encoding_picker.py
tests/test_headers.py
tests/test_iterators_api.py
tests/test_iterators_column_select.py
tests/test_iterators_column_select_chunks.py
tests/test_no_files.py
tests/test_pandas_csvdirfile.py
tests/test_pandas_filelike_compat.py
tests/test_pathing.py
tests/test_quotechar_sniffing.py
tests/test_read.py
tests/test_read_basic.py
tests/test_read_factory.py