README.md
pyproject.toml
src/phlo_pandera/__init__.py
src/phlo_pandera/authorization.py
src/phlo_pandera/checks.py
src/phlo_pandera/checks_extra.py
src/phlo_pandera/cli_plugin.py
src/phlo_pandera/cli_schema.py
src/phlo_pandera/cli_schema_codegen.py
src/phlo_pandera/cli_schema_utils.py
src/phlo_pandera/cli_validate.py
src/phlo_pandera/contract.py
src/phlo_pandera/decorator.py
src/phlo_pandera/decorator_helpers.py
src/phlo_pandera/examples.py
src/phlo_pandera/observatory_plugin.py
src/phlo_pandera/pandera_asset_checks.py
src/phlo_pandera/partitioning.py
src/phlo_pandera/plugin.py
src/phlo_pandera/reconciliation.py
src/phlo_pandera/schema_extractor.py
src/phlo_pandera/severity.py
src/phlo_pandera.egg-info/PKG-INFO
src/phlo_pandera.egg-info/SOURCES.txt
src/phlo_pandera.egg-info/dependency_links.txt
src/phlo_pandera.egg-info/entry_points.txt
src/phlo_pandera.egg-info/requires.txt
src/phlo_pandera.egg-info/top_level.txt
src/phlo_pandera/observatory_assets/README.txt
src/phlo_pandera/schemas/__init__.py
src/phlo_pandera/schemas/asset_outputs.py
src/phlo_pandera/schemas/base.py
tests/test_authorization.py
tests/test_cli_004_schema_catalog.py
tests/test_cli_004_schema_generate.py
tests/test_cli_schema_codegen.py
tests/test_cli_validate_schema.py
tests/test_cli_validate_workflow.py
tests/test_decorator_helpers.py
tests/test_integration_quality.py
tests/test_quality_decorator.py
tests/test_quality_partitioning.py
tests/test_quality_reconciliation.py
tests/test_quality_severity_policy.py
tests/test_schema_extractor.py