CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
benchmarks/benchmark_local_sources.py
benchmarks/benchmark_snapshot.py
docs/alphora-integration.pt-BR.md
docs/architecture.md
docs/implementation-4-5-6.pt-BR.md
docs/implementation-7-8-9.pt-BR.md
docs/integration-readiness.pt-BR.md
docs/migration-0.3.md
docs/migration-0.4.md
docs/migration-0.5.md
docs/public-api.md
examples/alphora_adapter_example.py
examples/capacity_circuit_publisher.py
examples/generic_example.py
examples/identity_refresh_observability.py
examples/session_batch_derived.py
scripts/check_test_count.py
src/coalestra/__init__.py
src/coalestra/py.typed
src/coalestra/sync.py
src/coalestra.egg-info/PKG-INFO
src/coalestra.egg-info/SOURCES.txt
src/coalestra.egg-info/dependency_links.txt
src/coalestra.egg-info/requires.txt
src/coalestra.egg-info/top_level.txt
src/coalestra/adapters/__init__.py
src/coalestra/adapters/batch_source.py
src/coalestra/adapters/callable_source.py
src/coalestra/adapters/derived_source.py
src/coalestra/cache/__init__.py
src/coalestra/cache/memory.py
src/coalestra/cache/publisher.py
src/coalestra/concurrency/__init__.py
src/coalestra/concurrency/capacity.py
src/coalestra/core/__init__.py
src/coalestra/core/clock.py
src/coalestra/core/diagnostics.py
src/coalestra/core/errors.py
src/coalestra/core/health.py
src/coalestra/core/keys.py
src/coalestra/core/models.py
src/coalestra/core/protocols.py
src/coalestra/core/quality.py
src/coalestra/core/request.py
src/coalestra/observability/__init__.py
src/coalestra/observability/buffered.py
src/coalestra/observability/events.py
src/coalestra/observability/metrics.py
src/coalestra/orchestration/__init__.py
src/coalestra/orchestration/builder.py
src/coalestra/orchestration/policy.py
src/coalestra/orchestration/session.py
src/coalestra/orchestration/singleflight.py
src/coalestra/resilience/__init__.py
src/coalestra/resilience/circuit_breaker.py
src/coalestra/resilience/policy.py
src/coalestra/resilience/retry.py
tests/test_batch_source.py
tests/test_buffered_observability_v04.py
tests/test_builder.py
tests/test_cache.py
tests/test_cache_v04.py
tests/test_callable_source.py
tests/test_circuit_breaker.py
tests/test_circuit_scopes.py
tests/test_concurrency.py
tests/test_deadline.py
tests/test_derived_source.py
tests/test_diagnostics_v04.py
tests/test_error_diagnostics.py
tests/test_global_capacity.py
tests/test_integration_v05.py
tests/test_matrix_v05.py
tests/test_models.py
tests/test_policy.py
tests/test_publisher.py
tests/test_refresh_v04.py
tests/test_resource_keys_v04.py
tests/test_session.py
tests/test_singleflight.py
tests/test_sync.py