LICENSE
README.md
pyproject.toml
setup.py
cloudcat/__init__.py
cloudcat/cli.py
cloudcat/compression.py
cloudcat/config.py
cloudcat/filtering.py
cloudcat/formatters.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/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/s3.py
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_compression.py
tests/test_config.py
tests/test_data_reading.py
tests/test_file_filtering.py
tests/test_filtering.py
tests/test_format_detection.py
tests/test_integration.py
tests/test_output_formatting.py
tests/test_path_parsing.py