LICENSE
README.md
pyproject.toml
SANTIQ.egg-info/PKG-INFO
SANTIQ.egg-info/SOURCES.txt
SANTIQ.egg-info/dependency_links.txt
SANTIQ.egg-info/entry_points.txt
SANTIQ.egg-info/requires.txt
SANTIQ.egg-info/top_level.txt
santiq/__init__.py
santiq/cli/main.py
santiq/cli/commands/data_utils.py
santiq/cli/commands/plugin.py
santiq/cli/commands/run.py
santiq/core/__init__.py
santiq/core/audit.py
santiq/core/config.py
santiq/core/engine.py
santiq/core/exceptions.py
santiq/core/pipeline.py
santiq/core/plugin_manager.py
santiq/plugins/base/extractor.py
santiq/plugins/base/loader.py
santiq/plugins/base/profiler.py
santiq/plugins/base/transformer.py
santiq/plugins/extractors/csv_extractor.py
santiq/plugins/loaders/csv_loader.py
santiq/plugins/profilers/basic_profiler.py
santiq/plugins/transformers/basic_cleaner.py