LICENSE
README.md
pyproject.toml
src/sanitizepy/__init__.py
src/sanitizepy/api.py
src/sanitizepy/config.py
src/sanitizepy/constants.py
src/sanitizepy/core.py
src/sanitizepy/exceptions.py
src/sanitizepy/logger.py
src/sanitizepy/types.py
src/sanitizepy/version.py
src/sanitizepy.egg-info/PKG-INFO
src/sanitizepy.egg-info/SOURCES.txt
src/sanitizepy.egg-info/dependency_links.txt
src/sanitizepy.egg-info/requires.txt
src/sanitizepy.egg-info/top_level.txt
src/sanitizepy/cleaning/__init__.py
src/sanitizepy/cleaning/base.py
src/sanitizepy/cleaning/engine.py
src/sanitizepy/cleaning/operations.py
src/sanitizepy/cleaning/plan.py
src/sanitizepy/engine/__init__.py
src/sanitizepy/engine/base.py
src/sanitizepy/inspection/__init__.py
src/sanitizepy/inspection/datatypes.py
src/sanitizepy/inspection/detector.py
src/sanitizepy/inspection/duplicates.py
src/sanitizepy/inspection/health.py
src/sanitizepy/inspection/memory.py
src/sanitizepy/inspection/missing.py
src/sanitizepy/inspection/statistics.py
src/sanitizepy/models/__init__.py
src/sanitizepy/models/base.py
src/sanitizepy/models/inspection.py
src/sanitizepy/models/recommendations.py
src/sanitizepy/models/report.py
src/sanitizepy/pipeline/__init__.py
src/sanitizepy/pipeline/base.py
src/sanitizepy/pipeline/engine.py
src/sanitizepy/pipeline/steps.py
src/sanitizepy/preprocessing/__init__.py
src/sanitizepy/preprocessing/base.py
src/sanitizepy/preprocessing/engine.py
src/sanitizepy/preprocessing/operations.py
src/sanitizepy/reports/__init__.py
src/sanitizepy/reports/base.py
src/sanitizepy/reports/engine.py
src/sanitizepy/reports/exporters.py
src/sanitizepy/reports/renderers.py
src/sanitizepy/reports/report.py
src/sanitizepy/rules/__init__.py
src/sanitizepy/rules/base.py
src/sanitizepy/rules/builtins.py
src/sanitizepy/rules/engine.py
src/sanitizepy/rules/registry.py
src/sanitizepy/rules/rule.py
src/sanitizepy/rules/validators.py
src/sanitizepy/utils/__init__.py
tests/test_cleaning_base.py
tests/test_cleaning_operations.py
tests/test_config.py
tests/test_constants.py
tests/test_core.py
tests/test_edge_cases.py
tests/test_exceptions.py
tests/test_high_level_api.py
tests/test_inspection_datatypes.py
tests/test_inspection_duplicates.py
tests/test_inspection_memory.py
tests/test_inspection_missing.py
tests/test_inspection_statistics.py
tests/test_logger.py
tests/test_preprocessing_base.py
tests/test_preprocessing_operations.py
tests/test_rules.py
tests/test_version.py