CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
setup.cfg
setup.py
docs/adoption-checklist.md
docs/architecture.md
docs/aws-api-coverage.md
docs/aws-permissions.md
docs/cli.md
docs/faq.md
docs/github-actions.md
docs/lake-formation-guide.md
docs/permission-framework.md
docs/policy-authoring-direction.md
docs/positioning.md
docs/publishing.md
docs/recipes.md
docs/report-formats.md
docs/roadmap.md
docs/safety-model.md
docs/schema.json
docs/state-format.md
docs/tag-permission-matrix.md
docs/testing.md
docs/troubleshooting.md
docs/release-notes/v0.1.0.md
docs/release-notes/v0.1.1.md
docs/release-notes/v0.2.0.md
docs/release-notes/v0.2.1.md
docs/release-notes/v0.2.2.md
docs/release-notes/v0.3.0.md
docs/release-notes/v0.4.0.md
docs/release-notes/v0.4.1.md
docs/release-notes/v0.4.2.md
docs/release-notes/v0.4.3.md
docs/release-notes/v0.4.4.md
docs/release-notes/v0.5.0.md
docs/release-notes/v0.5.1.md
examples/README.md
examples/current-snapshot.json
examples/desired.json
examples/desired.yaml
examples/policy-bundles.py
examples/policy-exceptions.json
examples/policy.py
examples/github-actions/lakeformation-code-scanning.yml
examples/github-actions/lakeformation-drift.yml
examples/pre-commit/pre-commit-config.yaml
src/lakeformation_guard/__init__.py
src/lakeformation_guard/__main__.py
src/lakeformation_guard/_version.py
src/lakeformation_guard/audit.py
src/lakeformation_guard/aws.py
src/lakeformation_guard/cli.py
src/lakeformation_guard/config.py
src/lakeformation_guard/explain.py
src/lakeformation_guard/io.py
src/lakeformation_guard/lint.py
src/lakeformation_guard/models.py
src/lakeformation_guard/planner.py
src/lakeformation_guard/policy.py
src/lakeformation_guard/provider.py
src/lakeformation_guard/py.typed
src/lakeformation_guard/schema.py
src/lakeformation_guard/state_index.py
src/lfguard.egg-info/PKG-INFO
src/lfguard.egg-info/SOURCES.txt
src/lfguard.egg-info/dependency_links.txt
src/lfguard.egg-info/entry_points.txt
src/lfguard.egg-info/requires.txt
src/lfguard.egg-info/top_level.txt
tests/test_audit_cli.py
tests/test_aws_adapter.py
tests/test_aws_adapter_moto.py
tests/test_aws_adapter_stubber.py
tests/test_docs_examples.py
tests/test_live_aws_contract.py
tests/test_models.py
tests/test_package_metadata.py
tests/test_planner.py
tests/test_policy.py
tests/test_provider_explain.py