LICENSE
README.md
pyproject.toml
cloudcat/__init__.py
cloudcat/cli.py
cloudcat/completion.py
cloudcat/compression.py
cloudcat/config.py
cloudcat/filtering.py
cloudcat/formatters.py
cloudcat/progress.py
cloudcat/user_config.py
cloudcat.egg-info/PKG-INFO
cloudcat.egg-info/SOURCES.txt
cloudcat.egg-info/dependency_links.txt
cloudcat.egg-info/entry_points.txt
cloudcat.egg-info/requires.txt
cloudcat.egg-info/top_level.txt
cloudcat/data/SKILL.md
cloudcat/readers/__init__.py
cloudcat/readers/avro.py
cloudcat/readers/csv.py
cloudcat/readers/json.py
cloudcat/readers/orc.py
cloudcat/readers/parquet.py
cloudcat/readers/text.py
cloudcat/storage/__init__.py
cloudcat/storage/azure.py
cloudcat/storage/base.py
cloudcat/storage/gcs.py
cloudcat/storage/local.py
cloudcat/storage/s3.py
cloudcat/streaming/__init__.py
cloudcat/streaming/filesystems.py
cloudcat/streaming/stats.py
cloudcat/streaming/tracking.py
cloudcat/tables/__init__.py
cloudcat/tables/delta.py
cloudcat/tables/iceberg.py
cloudcat/tables/pushdown.py
tests/test_bugfix_round2.py
tests/test_cli.py
tests/test_cli_features.py
tests/test_completion.py
tests/test_compression.py
tests/test_config.py
tests/test_config_stats_completion.py
tests/test_data_reading.py
tests/test_file_filtering.py
tests/test_filtering.py
tests/test_format_detection.py
tests/test_import_lightness.py
tests/test_integration.py
tests/test_output_formatting.py
tests/test_path_parsing.py
tests/test_read_data_streaming.py
tests/test_readers_roundtrip.py
tests/test_regressions.py
tests/test_skill_install.py
tests/test_storage_listing.py
tests/test_streaming_stats.py
tests/test_tables.py
tests/test_tracking.py
tests/test_v05_features.py
tests/test_v062_fixes.py
tests/test_visual_output.py