Skip to content

Latest commit

 

History

History
87 lines (71 loc) · 5.33 KB

README.md

File metadata and controls

87 lines (71 loc) · 5.33 KB

Temporal Python SDK Samples

This is a collection of samples showing how to use the Python SDK.

Usage

Prerequisites:

With this repository cloned, run the following at the root of the directory:

uv sync

That loads all required dependencies. Then to run a sample, usually you just run it in Python. For example:

uv run python hello/hello_activity.py

Some examples require extra dependencies. See each sample's directory for specific instructions.

Samples

Test

Running the tests requires poe to be installed.

uv tool install poethepoet

Once you have poe installed you can run:

poe test