azure-functions-durable

Python library for using the Durable Functions bindings.

Latest version: 1.5.0 registry icon
Maintenance score
70
Safety score
100
Popularity score
43
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
1.5.0 0 0 0 0 0
1.4.0rc2 0 0 0 0 0
1.4.0 0 0 0 0 0
1.3.3 0 0 0 0 0
1.3.2 0 0 0 0 0
1.3.1 0 0 0 0 0
1.3.0 0 0 0 0 0
1.2.10 0 0 0 0 0
1.2.9 0 0 0 0 0
1.2.8 0 0 0 0 0
1.2.7 0 0 0 0 0
1.2.6 0 0 0 0 0
1.2.5 0 0 0 0 0
1.2.4 0 0 0 0 0
1.2.3 0 0 0 0 0
1.2.2 0 0 0 0 0
1.2.1 0 0 0 0 0
1.2.0 0 0 0 0 0
1.1.6 0 0 0 0 0
1.1.5 0 0 0 0 0
1.1.4 0 0 0 0 0
1.1.3 0 0 0 0 0
1.1.2 0 0 0 0 0
1.1.1 0 0 0 0 0
1.1.0 0 0 0 0 0
1.0.3 0 0 0 0 0
1.0.1 0 0 0 0 0
1.0.0b9 0 0 0 0 0
1.0.0b8 0 0 0 0 0
1.0.0b7 0 0 0 0 0
1.0.0b6 0 0 0 0 0
1.0.0b5 0 0 0 0 0
1.0.0b4 0 0 0 0 0
1.0.0b3 0 0 0 0 0
1.0.0b2 0 0 0 0 0
1.0.0b12 0 0 0 0 0
1.0.0b11 0 0 0 0 0
1.0.0b10 0 0 0 0 0
1.0.0b1 0 0 0 0 0
1.0.0 0 0 0 0 0

Stability
Latest release:

1.5.0 - This version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

MIT   -   MIT License

Not a wildcard

Not proprietary

OSI Compliant



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

OpenAI Agent SDK Integration with Azure Durable Functions (Preview)

Build resilient, stateful AI agents backed by Durable Functions orchestration—see the full documentation at docs/openai_agents/README.md.