temporalio/sdk-python
Temporal Python SDK observed · 2026-09-03
Health v2 · maintenance only
100/100
- Activity 100
- Release rhythm 99
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 16
- age_days: 1682
- days_rel: 9
- days_push: 0
- n_releases_24m: 38
Adoption not part of the score
1177 stars · 232 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
The official Temporal SDK for Python, a framework for authoring durable workflows and activities that execute as fault-tolerant, long-running business logic on the Temporal orchestration engine. It provides type-safe workflow definitions, a custom distributed asyncio event loop, and support for async, threaded, and multiprocess activities.
Use cases
- write durable long-running workflows in python
- orchestrate microservices with fault-tolerant task execution
- build reliable background job processing with retries
- run distributed sagas and multi-step business logic
- implement cron-like scheduled workflows that survive failures
- integrate ai agents with durable execution using openai agents sdk
When to choose
- you need workflows that survive process crashes and infrastructure failures
- you are building python services on the Temporal platform
- you want type-safe orchestration with asyncio integration
- you need long-running, stateful business logic without managing your own state store
When to avoid
- you need simple one-shot task queues without durability guarantees
- you are not running or cannot access a Temporal service cluster
- your logic is short-lived and stateless where a plain queue suffices
- you need a workflow engine in a language other than python
Facets
framework · maturity active
workflow-automation concurrency microservices sdk developer-tools backend microservices python cross-platform durable-execution temporal orchestration workflows activities asyncio automation
1 source
- readme: https://github.com/temporalio/sdk-python · fetched 2026-09-03 · c9702526ccd5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| temporalio/sdk-python | main | 100 |
For agents
markdown · JSON · MCP: product_card(name="temporalio/sdk-python")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem