Azure / azure-functions-durable-python

Python library for using the Durable Functions bindings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Branch Status
main Build Status
dev Build Status

Durable Functions for Python

Durable Functions is an extension of Azure Functions that lets you write stateful functions in a serverless compute environment. The extension lets you define stateful workflows by writing orchestrator functions and stateful entities by writing entity functions using the Azure Functions programming model. Behind the scenes, the extension manages state, checkpoints, and restarts for you, allowing you to focus on your business logic.

๐Ÿ Find us on PyPi here ๐Ÿ

You can find more information at the following links:

Durable Functions expects certain programming constraints to be followed. Please read the documentation linked above for more information.

Getting Started

Follow these instructions to get started with Durable Functions in Python:

๐Ÿš€ Python Durable Functions quickstart

Tooling

About

Python library for using the Durable Functions bindings.

License:MIT License


Languages

Language:Python 99.8%Language:Shell 0.2%