LICENSE
README.md
pyproject.toml
src/maatora/__init__.py
src/maatora/audit_report.py
src/maatora/cli_viewer.py
src/maatora/ed25519_signer.py
src/maatora/fastapi_ingest.py
src/maatora/html_summary_renderer.py
src/maatora/langgraph_middleware.py
src/maatora/merkle_log.py
src/maatora/postgres_store.py
src/maatora/receipt_canonical_json.py
src/maatora/receipt_decorator.py
src/maatora/receipt_models.py
src/maatora.egg-info/PKG-INFO
src/maatora.egg-info/SOURCES.txt
src/maatora.egg-info/dependency_links.txt
src/maatora.egg-info/entry_points.txt
src/maatora.egg-info/requires.txt
src/maatora.egg-info/top_level.txt
tests/test_audit_report.py
tests/test_cli_viewer.py
tests/test_ed25519_signer.py
tests/test_fastapi_ingest.py
tests/test_html_summary_renderer.py
tests/test_langgraph_middleware.py
tests/test_merkle_log.py
tests/test_postgres_store.py
tests/test_readme_verify_snippet.py
tests/test_receipt_canonical_json.py
tests/test_receipt_decorator.py
tests/test_receipt_models.py