LICENSE
README.md
pyproject.toml
src/permafrost/__init__.py
src/permafrost/__main__.py
src/permafrost/auto_codec.py
src/permafrost/catalog.py
src/permafrost/catalog_backends.py
src/permafrost/chunk_mode.py
src/permafrost/cli.py
src/permafrost/cluster.py
src/permafrost/codec.py
src/permafrost/context.py
src/permafrost/crypto.py
src/permafrost/diff.py
src/permafrost/operator.py
src/permafrost/query.py
src/permafrost/rbac.py
src/permafrost/schema.py
src/permafrost/schema_detector.py
src/permafrost/schema_evolution.py
src/permafrost/spark.py
src/permafrost/storage.py
src/permafrost_framework.egg-info/PKG-INFO
src/permafrost_framework.egg-info/SOURCES.txt
src/permafrost_framework.egg-info/dependency_links.txt
src/permafrost_framework.egg-info/entry_points.txt
src/permafrost_framework.egg-info/requires.txt
src/permafrost_framework.egg-info/top_level.txt
tests/test_append.py
tests/test_auto_codec.py
tests/test_catalog.py
tests/test_catalog_backends.py
tests/test_catalog_backends_cloud.py
tests/test_cli_cobertura.py
tests/test_cli_entrypoint.py
tests/test_cli_inprocess.py
tests/test_cluster.py
tests/test_cluster_fault_tolerance.py
tests/test_comprehensive.py
tests/test_concorrencia.py
tests/test_context.py
tests/test_coverage_gaps.py
tests/test_crypto.py
tests/test_diff.py
tests/test_fidelidade_total.py
tests/test_float_quantized.py
tests/test_formato_binario_spec.py
tests/test_freeze_thaw.py
tests/test_json_v2.py
tests/test_kms_providers.py
tests/test_main.py
tests/test_new_features.py
tests/test_operator.py
tests/test_peek_filter.py
tests/test_per_column_codec.py
tests/test_performance_regression.py
tests/test_predictor_edge_cases.py
tests/test_query.py
tests/test_rbac.py
tests/test_resumable.py
tests/test_schema.py
tests/test_schema_detector_stress.py
tests/test_schema_evolution.py
tests/test_sparse_index.py
tests/test_storage.py
tests/test_storage_cloud.py