LICENSE
README.md
pyproject.toml
src/featuresmith/__init__.py
src/featuresmith/api.py
src/featuresmith/py.typed
src/featuresmith/connectors/__init__.py
src/featuresmith/connectors/_paths.py
src/featuresmith/connectors/base.py
src/featuresmith/connectors/csv_connector.py
src/featuresmith/connectors/dataframe_connector.py
src/featuresmith/connectors/excel_connector.py
src/featuresmith/connectors/parquet_connector.py
src/featuresmith/connectors/registry.py
src/featuresmith/core/__init__.py
src/featuresmith/core/dataset.py
src/featuresmith/core/exceptions.py
src/featuresmith/core/profile_result.py
src/featuresmith/core/rule_finding.py
src/featuresmith/core/rule_result.py
src/featuresmith/core/schema.py
src/featuresmith/profiling/__init__.py
src/featuresmith/profiling/categorical.py
src/featuresmith/profiling/correlation.py
src/featuresmith/profiling/datetime.py
src/featuresmith/profiling/duplicates.py
src/featuresmith/profiling/missing.py
src/featuresmith/profiling/numeric.py
src/featuresmith/profiling/profiler.py
src/featuresmith/profiling/quality.py
src/featuresmith/profiling/summary.py
src/featuresmith/profiling/text.py
src/featuresmith/rules/__init__.py
src/featuresmith/rules/base.py
src/featuresmith/rules/cardinality.py
src/featuresmith/rules/constants.py
src/featuresmith/rules/correlation.py
src/featuresmith/rules/duplicates.py
src/featuresmith/rules/engine.py
src/featuresmith/rules/leakage.py
src/featuresmith/rules/missing.py
src/featuresmith/rules/outliers.py
src/featuresmith/rules/registry.py
src/featuresmith_core.egg-info/PKG-INFO
src/featuresmith_core.egg-info/SOURCES.txt
src/featuresmith_core.egg-info/dependency_links.txt
src/featuresmith_core.egg-info/requires.txt
src/featuresmith_core.egg-info/top_level.txt