LICENSE
README.md
pyproject.toml
src/dsr_files/__init__.py
src/dsr_files/csv_handler.py
src/dsr_files/enums.py
src/dsr_files/excel_handler.py
src/dsr_files/joblib_handler.py
src/dsr_files/json_handler.py
src/dsr_files/parquet_handler.py
src/dsr_files/pdf_handler.py
src/dsr_files/utils.py
src/dsr_files/yaml_handler.py
src/dsr_files.egg-info/PKG-INFO
src/dsr_files.egg-info/SOURCES.txt
src/dsr_files.egg-info/dependency_links.txt
src/dsr_files.egg-info/requires.txt
src/dsr_files.egg-info/top_level.txt
src/dsr_files/resources/params.yaml
tests/test_csv_handler.py
tests/test_enum.py
tests/test_excel_handler.py
tests/test_joblib_conversion_handlers.py
tests/test_joblib_handler.py
tests/test_json_handler.py
tests/test_parquet_handler.py
tests/test_pdf_handler.py
tests/test_utils.py
tests/test_yaml_handler.py