csvsmith.tools ============== The ``tools`` package contains the core logic for `csvsmith`'s data processing and file management capabilities. Each tool is designed to be usable both as a standalone CLI command and as a reusable Python class or function. .. automodule:: csvsmith.tools :members: Submodules ---------- .. automodule:: csvsmith.tools.classify :members: .. automodule:: csvsmith.tools.excel2csv :members: .. automodule:: csvsmith.tools.filter_rows :members: .. automodule:: csvsmith.tools.find_matches_in_csv :members: .. automodule:: csvsmith.tools.move_files :members: .. automodule:: csvsmith.tools.row_dedup :members: .. automodule:: csvsmith.tools.strict_concat :members: