LICENSE
README.md
pyproject.toml
setup.cfg
tests/test.py
tests/test_ai_cli.py
tests/test_api_command.py
tests/test_bulk_convert.py
tests/test_chunked_io.py
tests/test_common_functions.py
tests/test_constants_registry.py
tests/test_converter.py
tests/test_converter_class.py
tests/test_converter_helpers.py
tests/test_core.py
tests/test_db_connection.py
tests/test_db_query.py
tests/test_db_source.py
tests/test_diff_command.py
tests/test_doc_command.py
tests/test_duckdb_config.py
tests/test_engine_selector.py
tests/test_enumerator.py
tests/test_error_handling.py
tests/test_extract_command.py
tests/test_filter.py
tests/test_filter_integration.py
tests/test_formats_cli.py
tests/test_head_tail_table_cat.py
tests/test_ingester.py
tests/test_iterabledata_migration.py
tests/test_main.py
tests/test_masker.py
tests/test_masking.py
tests/test_mcp.py
tests/test_package_command.py
tests/test_parallel.py
tests/test_path_utils.py
tests/test_phase1_commands.py
tests/test_phase2_commands.py
tests/test_phase3_commands.py
tests/test_pipeline.py
tests/test_pipeline_parser.py
tests/test_progress.py
tests/test_query.py
tests/test_renamer.py
tests/test_reverser.py
tests/test_s3_iterable.py
tests/test_schema_command.py
tests/test_sdk_interop.py
tests/test_select_command.py
tests/test_sorter.py
tests/test_sql_command.py
tests/test_statistics.py
tests/test_stats_duckdb.py
tests/test_textproc.py
tests/test_tools.py
tests/test_transformer.py
tests/test_utils_extended.py
tests/test_validation_rules.py
tests/test_validator_class.py
undatum/__init__.py
undatum/__main__.py
undatum/constants.py
undatum/core.py
undatum/utils.py
undatum.egg-info/PKG-INFO
undatum.egg-info/SOURCES.txt
undatum.egg-info/dependency_links.txt
undatum.egg-info/entry_points.txt
undatum.egg-info/requires.txt
undatum.egg-info/top_level.txt
undatum/ai/__init__.py
undatum/ai/base.py
undatum/ai/config.py
undatum/ai/perplexity.py
undatum/ai/providers.py
undatum/ai/schemas.py
undatum/cli/__init__.py
undatum/cli/ai_cli.py
undatum/cli/api_cli.py
undatum/cli/common.py
undatum/cli/data_commands.py
undatum/cli/db_cli.py
undatum/cli/examples_cli.py
undatum/cli/formats_cli.py
undatum/cli/mcp_cli.py
undatum/cli/package_cli.py
undatum/cli/pipeline_cli.py
undatum/cli/plugins_cli.py
undatum/cmds/__init__.py
undatum/cmds/analyzer.py
undatum/cmds/api.py
undatum/cmds/cat.py
undatum/cmds/converter.py
undatum/cmds/counter.py
undatum/cmds/db_load.py
undatum/cmds/db_query.py
undatum/cmds/deduplicator.py
undatum/cmds/differ.py
undatum/cmds/doc.py
undatum/cmds/enumerator.py
undatum/cmds/examples.py
undatum/cmds/excluder.py
undatum/cmds/exploder.py
undatum/cmds/extractor.py
undatum/cmds/filler.py
undatum/cmds/fixlengths.py
undatum/cmds/formatter.py
undatum/cmds/head.py
undatum/cmds/joiner.py
undatum/cmds/masker.py
undatum/cmds/packager.py
undatum/cmds/pipeline.py
undatum/cmds/pipeline_templates.py
undatum/cmds/plotter.py
undatum/cmds/query.py
undatum/cmds/renamer.py
undatum/cmds/replacer.py
undatum/cmds/reverser.py
undatum/cmds/sampler.py
undatum/cmds/schemer.py
undatum/cmds/searcher.py
undatum/cmds/selector.py
undatum/cmds/slicer.py
undatum/cmds/sniffer.py
undatum/cmds/sorter.py
undatum/cmds/sql.py
undatum/cmds/table.py
undatum/cmds/tail.py
undatum/cmds/textproc.py
undatum/cmds/transformer.py
undatum/cmds/transposer.py
undatum/cmds/validator.py
undatum/cmds/ingester/__init__.py
undatum/cmds/ingester/base.py
undatum/cmds/ingester/core.py
undatum/cmds/ingester/duckdb_backend.py
undatum/cmds/ingester/elastic.py
undatum/cmds/ingester/mongo.py
undatum/cmds/ingester/mysql_backend.py
undatum/cmds/ingester/postgres.py
undatum/cmds/ingester/sqlite_backend.py
undatum/cmds/statistics/__init__.py
undatum/cmds/statistics/duckdb_engine.py
undatum/cmds/statistics/engine.py
undatum/cmds/statistics/iterable_engine.py
undatum/common/__init__.py
undatum/common/chunked_io.py
undatum/common/command_utils.py
undatum/common/db_connection.py
undatum/common/db_source.py
undatum/common/duckdb_config.py
undatum/common/engine_selector.py
undatum/common/errors.py
undatum/common/filter.py
undatum/common/functions.py
undatum/common/iterable.py
undatum/common/masking.py
undatum/common/parallel.py
undatum/common/path_utils.py
undatum/common/pipeline_parser.py
undatum/common/progress.py
undatum/common/s3_iterable.py
undatum/common/schema_utils.py
undatum/common/scheme.py
undatum/common/validation_rules.py
undatum/formats/__init__.py
undatum/formats/docx.py
undatum/formats/s3.py
undatum/mcp/__init__.py
undatum/mcp/server.py
undatum/plugins/__init__.py
undatum/plugins/base.py
undatum/plugins/manager.py
undatum/plugins/registry.py
undatum/recipes/__init__.py
undatum/recipes/api-serve-data.yml
undatum/recipes/csv-to-jsonl.yml
undatum/recipes/data-cleaning.yml
undatum/recipes/data-profiling.yml
undatum/recipes/data-validation.yml
undatum/recipes/database-query-export.yml
undatum/sdk/__init__.py
undatum/sdk/dataset.py
undatum/templates/__init__.py
undatum/templates/basic-cleaning.yml
undatum/templates/data-quality.yml
undatum/templates/profile-dataset.yml
undatum/templates/s3-etl.yml
undatum/tools/__init__.py
undatum/tools/_core.py
undatum/tools/langchain.py
undatum/tools/schemas.py
undatum/validate/__init__.py
undatum/validate/commonrules.py
undatum/validate/ruscodes.py