Metadata-Version: 2.1
Name: promptflow-azure
Version: 1.18.5
Summary: Prompt flow azure
Home-page: https://microsoft.github.io/promptflow/
License: MIT
Keywords: azure
Author: Microsoft Corporation
Author-email: aml-pt-eng@microsoft.com
Requires-Python: >=3.9, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*, !=3.8.*
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: azure-ai-ml (>=1.14.0,<2.0.0)
Requires-Dist: azure-core (>=1.26.4,<2.0.0)
Requires-Dist: azure-cosmos (>=4.5.1,<5.0.0)
Requires-Dist: azure-identity (>=1.12.0,<2.0.0)
Requires-Dist: azure-storage-blob[aio] (>=12.17.0,<13.0.0)
Requires-Dist: promptflow-devkit (>=1.18.5,<2.0.0)
Requires-Dist: pyjwt (>=2.4.0,<3.0.0)
Project-URL: Bug Reports, https://github.com/microsoft/promptflow/issues
Project-URL: Repository, https://github.com/microsoft/promptflow
Description-Content-Type: text/markdown

# Prompt flow azure

[![Python package](https://img.shields.io/pypi/v/promptflow-azure)](https://pypi.org/project/promptflow-azure/)
[![Python](https://img.shields.io/pypi/pyversions/promptflow.svg?maxAge=2592000)](https://pypi.python.org/pypi/promptflow-azure/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/promptflow-azure)](https://pypi.org/project/promptflow-azure/)
[![CLI](https://img.shields.io/badge/CLI-reference-blue)](https://microsoft.github.io/promptflow/reference/pfazure-command-reference.html)
[![SDK](https://img.shields.io/badge/SDK-reference-blue)](https://microsoft.github.io/promptflow/reference/python-library-reference/promptflow-azure/promptflow.azure.html)

## Introduction

Azure Machine Learning prompt flow is a development tool designed to streamline the entire development cycle of AI applications powered by Large Language Models (LLMs). As the momentum for LLM-based AI applications continues to grow across the globe, Azure Machine Learning prompt flow provides a comprehensive solution that simplifies the process of prototyping, experimenting, iterating, and deploying your AI applications.

The `promptflow-azure` package help user to leverage the cloud version of [prompt flow in Azure AI](https://learn.microsoft.com/en-us/azure/machine-learning/prompt-flow/overview-what-is-prompt-flow?view=azureml-api-2), which provides below features:

- Create executable flows that link LLMs, prompts, and Python tools through a visualized graph or flex flow code.
- Debug, share, and iterate your flows with ease through team collaboration.
- Evaluate their performance through large-scale batch run.


## ChangeLog

Reach the full change log [here](https://microsoft.github.io/promptflow/reference/changelog/promptflow-azure.html).

