LICENSE
README.md
pyproject.toml
csv_converter/__init__.py
csv_converter/cli/__init__.py
csv_converter/cli/main.py
csv_converter/core/__init__.py
csv_converter/core/csv_converter.py
csv_converter/core/datafile_converter.py
csv_converter/core/filer/__init__.py
csv_converter/core/filer/main_filer.py
csv_converter/core/filer/temporary_filer.py
csv_converter/functions/__init__.py
csv_converter/functions/decorator.py
csv_converter/functions/detector/__init__.py
csv_converter/functions/detector/detect_encoding.py
csv_converter/functions/detector/verify_confidence.py
csv_converter/functions/sanitizer/__init__.py
csv_converter/functions/sanitizer/sanitize_spreadsheets.py
csv_converter/functions/sanitizer/sanitize_xml.py
csv_converter/functions/zipper/__init__.py
csv_converter/functions/zipper/unzip_xlsx.py
csv_converter/functions/zipper/zip_xlsx.py
csv_converter/tests/__init__.py
csv_converter/tests/conftest.py
csv_converter/tests/test_01_class_MainFiler.py
csv_converter/tests/test_02_functions_zipper.py
csv_converter/tests/test_03_class_DatafileConverter.py
csv_converter/tests/test_04_function_csv_converter.py
csv_converter_skart.egg-info/PKG-INFO
csv_converter_skart.egg-info/SOURCES.txt
csv_converter_skart.egg-info/dependency_links.txt
csv_converter_skart.egg-info/entry_points.txt
csv_converter_skart.egg-info/requires.txt
csv_converter_skart.egg-info/top_level.txt