LICENSE
README.rst
pyproject.toml
src/csvsmith/__init__.py
src/csvsmith/cli.py
src/csvsmith.egg-info/PKG-INFO
src/csvsmith.egg-info/SOURCES.txt
src/csvsmith.egg-info/dependency_links.txt
src/csvsmith.egg-info/entry_points.txt
src/csvsmith.egg-info/requires.txt
src/csvsmith.egg-info/top_level.txt
src/csvsmith/tools/__init__.py
src/csvsmith/tools/classify.py
src/csvsmith/tools/dense_csv.py
src/csvsmith/tools/excel2csv.py
src/csvsmith/tools/filter_rows.py
src/csvsmith/tools/find_matches_in_csv.py
src/csvsmith/tools/move_files.py
src/csvsmith/tools/row_dedup.py
src/csvsmith/tools/strict_concat.py
src/csvsmith/utils/__init__.py
src/csvsmith/utils/clean_numeric.py
src/csvsmith/utils/distance.py
src/csvsmith/utils/io.py
src/csvsmith/utils/normalize.py
tests/test_classify.py
tests/test_clean_numeric.py
tests/test_cli.py
tests/test_dense_csv.py
tests/test_excel2csv.py
tests/test_filter_rows.py
tests/test_find_matches_in_csv.py
tests/test_move_files.py
tests/test_normalize.py
tests/test_row_dedup.py
tests/test_strict_concat.py
tests/test_string_distance.py