Python SDK libraries
The Temporal Python SDK ships optional contrib libraries that extend the core primitives with reusable patterns. They are not required to build a Temporal application — pick them up when their use case applies.
| Library | What it does |
|---|---|
| Workflow Streams | Durable, offset-addressed event channel hosted inside a Workflow, built on Signals, Updates, and Queries. |