Metadata-Version: 2.3
Name: phlo-observe-core
Version: 0.4.0
Summary: Generic wide-event observability: operation-scoped events, context propagation, redaction, async emission and pluggable drains.
Author: Phlo
License: Apache-2.0
Requires-Dist: orjson>=3.10
Requires-Dist: pydantic>=2.8
Requires-Dist: pydantic-settings>=2.4
Requires-Dist: httpx>=0.27
Requires-Dist: phlo-observe-core[otlp] ; extra == 'all'
Requires-Dist: opentelemetry-sdk>=1.27 ; extra == 'otlp'
Requires-Dist: opentelemetry-exporter-otlp-proto-http>=1.27 ; extra == 'otlp'
Requires-Python: >=3.12
Provides-Extra: all
Provides-Extra: otlp
Description-Content-Type: text/markdown

# phlo-observe-core

Generic wide-event observability for Python applications: operation-scoped events,
`contextvars` propagation, structured errors, bounded asynchronous emission,
redaction, sampling and pluggable drains (console, JSONL, HTTP, OTLP).

See the repository README and `docs/` for the full specification.
