.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
pytest.ini
.github/workflows/ci.yml
docs/POISON_MESSAGE_HANDLING.md
docs/QUICK_REFERENCE.md
docs/README.md
docs/REDIS_STREAMS_API.md
docs/TROUBLESHOOTING.md
evora/__init__.py
evora/app.py
evora/cli.py
evora/core.py
evora/errors.py
evora/idempotency.py
evora/idempotency_redis.py
evora/runtime.py
evora.egg-info/PKG-INFO
evora.egg-info/SOURCES.txt
evora.egg-info/dependency_links.txt
evora.egg-info/entry_points.txt
evora.egg-info/requires.txt
evora.egg-info/top_level.txt
evora/brokers/__init__.py
evora/brokers/base.py
evora/brokers/memory.py
evora/brokers/redis_streams.py
evora/observability/__init__.py
evora/observability/telemetry.py
evora/observability/telemetry_otel.py
evora/observability/telemetry_simple.py
evora/schema/__init__.py
evora/schema/compatibility.py
evora/schema/diff.py
evora/schema/extractor.py
examples/README.md
examples/__init__.py
examples/memory_ex.py
examples/redis_poison_demo.py
examples/redis_streams_idemp.py
tests/__init__.py
tests/test_integration_redis.py
tests/test_schema_cli.py
tests/test_schema_diff.py
tests/test_telemetry.py