LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
tests/test.py
tests/test_converter.py
tests/test_doc_command.py
tests/test_filter.py
tests/test_filter_integration.py
tests/test_ingester.py
tests/test_iterabledata_migration.py
tests/test_phase1_commands.py
tests/test_phase2_commands.py
tests/test_phase3_commands.py
tests/test_schema_command.py
tests/test_select_command.py
tests/test_stats_duckdb.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/not-zip-safe
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/cmds/__init__.py
undatum/cmds/analyzer.py
undatum/cmds/cat.py
undatum/cmds/converter.py
undatum/cmds/counter.py
undatum/cmds/deduplicator.py
undatum/cmds/differ.py
undatum/cmds/doc.py
undatum/cmds/enumerator.py
undatum/cmds/excluder.py
undatum/cmds/exploder.py
undatum/cmds/filler.py
undatum/cmds/fixlengths.py
undatum/cmds/formatter.py
undatum/cmds/head.py
undatum/cmds/ingester.py
undatum/cmds/joiner.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/statistics.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/common/__init__.py
undatum/common/filter.py
undatum/common/functions.py
undatum/common/iterable.py
undatum/common/schema_utils.py
undatum/common/scheme.py
undatum/formats/__init__.py
undatum/formats/docx.py
undatum/validate/__init__.py
undatum/validate/commonrules.py
undatum/validate/ruscodes.py