LICENSE.txt
README.md
pyproject.toml
nefertem/__init__.py
nefertem.egg-info/PKG-INFO
nefertem.egg-info/SOURCES.txt
nefertem.egg-info/dependency_links.txt
nefertem.egg-info/requires.txt
nefertem.egg-info/top_level.txt
nefertem/client/__init__.py
nefertem/client/client.py
nefertem/client/run_builder.py
nefertem/client/store_factory.py
nefertem/client/store_handler.py
nefertem/data_reader/__init__.py
nefertem/data_reader/registry.py
nefertem/data_reader/utils.py
nefertem/data_reader/base_reader/__init__.py
nefertem/data_reader/base_reader/base_buffer_reader.py
nefertem/data_reader/base_reader/base_data_reader.py
nefertem/data_reader/base_reader/base_file_reader.py
nefertem/data_reader/base_reader/base_native_reader.py
nefertem/data_reader/pandas_reader/__init__.py
nefertem/data_reader/pandas_reader/pandas_dataframe_duckdb_reader.py
nefertem/data_reader/pandas_reader/pandas_dataframe_file_reader.py
nefertem/data_reader/pandas_reader/pandas_dataframe_sql_reader.py
nefertem/data_reader/polars_reader/__init__.py
nefertem/data_reader/polars_reader/polars_dataframe_duckdb_reader.py
nefertem/data_reader/polars_reader/polars_dataframe_file_reader.py
nefertem/data_reader/polars_reader/polars_dataframe_sql_reader.py
nefertem/metadata/__init__.py
nefertem/metadata/blob_log.py
nefertem/metadata/env_log.py
nefertem/metadata/nefertem_reports.py
nefertem/plugins/__init__.py
nefertem/plugins/base_plugin.py
nefertem/plugins/plugin_factory.py
nefertem/plugins/registry.py
nefertem/plugins/inference/__init__.py
nefertem/plugins/inference/dummy_inference.py
nefertem/plugins/inference/frictionless_inference.py
nefertem/plugins/inference/inference_plugin.py
nefertem/plugins/profiling/__init__.py
nefertem/plugins/profiling/dummy_profiling.py
nefertem/plugins/profiling/frictionless_profiling.py
nefertem/plugins/profiling/great_expectations_profiling.py
nefertem/plugins/profiling/pandas_profiling_profiling.py
nefertem/plugins/profiling/profiling_plugin.py
nefertem/plugins/profiling/ydata_profiling_profiling.py
nefertem/plugins/utils/__init__.py
nefertem/plugins/utils/frictionless_utils.py
nefertem/plugins/utils/great_expectations_utils.py
nefertem/plugins/utils/plugin_utils.py
nefertem/plugins/utils/sql_checks.py
nefertem/plugins/validation/__init__.py
nefertem/plugins/validation/duckdb_validation.py
nefertem/plugins/validation/dummy_validation.py
nefertem/plugins/validation/evidently_validation.py
nefertem/plugins/validation/frictionless_validation.py
nefertem/plugins/validation/great_expectations_validation.py
nefertem/plugins/validation/sqlalchemy_validation.py
nefertem/plugins/validation/validation_plugin.py
nefertem/run/__init__.py
nefertem/run/run.py
nefertem/run/run_handler.py
nefertem/run/run_info.py
nefertem/store_artifact/__init__.py
nefertem/store_artifact/artifact_store.py
nefertem/store_artifact/azure_artifact_store.py
nefertem/store_artifact/dummy_artifact_store.py
nefertem/store_artifact/ftp_artifact_store.py
nefertem/store_artifact/http_artifact_store.py
nefertem/store_artifact/local_artifact_store.py
nefertem/store_artifact/odbc_artifact_store.py
nefertem/store_artifact/registry.py
nefertem/store_artifact/s3_artifact_store.py
nefertem/store_artifact/sql_artifact_store.py
nefertem/store_metadata/__init__.py
nefertem/store_metadata/digitalhub_metadata_store.py
nefertem/store_metadata/dummy_metadata_store.py
nefertem/store_metadata/local_metadata_store.py
nefertem/store_metadata/metadata_store.py
nefertem/store_metadata/registry.py
nefertem/utils/__init__.py
nefertem/utils/commons.py
nefertem/utils/config.py
nefertem/utils/exceptions.py
nefertem/utils/file_utils.py
nefertem/utils/io_utils.py
nefertem/utils/logger.py
nefertem/utils/uri_utils.py
nefertem/utils/utils.py