promptflow-devkit


Namepromptflow-devkit JSON
Version 1.17.0 PyPI version JSON
download
home_pagehttps://microsoft.github.io/promptflow/
SummaryPrompt flow devkit
upload_time2025-01-06 19:05:40
maintainerNone
docs_urlNone
authorMicrosoft Corporation
requires_python!=2.7.*,!=3.0.*,!=3.1.*,!=3.13.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,!=3.8.*,>=3.9
licenseMIT
keywords devkit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Prompt flow devkit

[![Python package](https://img.shields.io/pypi/v/promptflow-devkit)](https://pypi.org/project/promptflow-devkit/)
[![Python](https://img.shields.io/pypi/pyversions/promptflow.svg?maxAge=2592000)](https://pypi.python.org/pypi/promptflow-devkit/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/promptflow-devkit)](https://pypi.org/project/promptflow-devkit/)
[![CLI](https://img.shields.io/badge/CLI-reference-blue)](https://microsoft.github.io/promptflow/reference/pf-command-reference.html)
[![SDK](https://img.shields.io/badge/SDK-reference-blue)](https://microsoft.github.io/promptflow/reference/python-library-reference/promptflow-devkit/promptflow.client.html)
[![vsc extension](https://img.shields.io/visual-studio-marketplace/i/prompt-flow.prompt-flow?logo=Visual%20Studio&label=Extension%20)](https://marketplace.visualstudio.com/items?itemName=prompt-flow.prompt-flow)

[![Doc](https://img.shields.io/badge/Doc-online-green)](https://microsoft.github.io/promptflow/index.html)
[![Issue](https://img.shields.io/github/issues/microsoft/promptflow)](https://github.com/microsoft/promptflow/issues/new/choose)
[![Discussions](https://img.shields.io/github/discussions/microsoft/promptflow)](https://github.com/microsoft/promptflow/issues/new/choose)
[![CONTRIBUTING](https://img.shields.io/badge/Contributing-8A2BE2)](https://github.com/microsoft/promptflow/blob/main/CONTRIBUTING.md)
[![License: MIT](https://img.shields.io/github/license/microsoft/promptflow)](https://github.com/microsoft/promptflow/blob/main/LICENSE)

> Welcome to join us to make prompt flow better by
> participating [discussions](https://github.com/microsoft/promptflow/discussions),
> opening [issues](https://github.com/microsoft/promptflow/issues/new/choose),
> submitting [PRs](https://github.com/microsoft/promptflow/pulls).

## Introduction

The `promptflow-devkit` is a subpackage of [`promptflow`](https://pypi.org/project/promptflow). It contains features like :

- **Create and iteratively develop flow**
    - Debug and iterate your flows, especially the [interaction with LLMs](https://microsoft.github.io/promptflow/concepts/concept-connections.html) with ease.
    - Provide Tracing collector and UI to help user achieve comprehensive observability of their LLM applications.
- **Evaluate flow quality and performance**
    - Evaluate your flow's quality and performance with larger datasets.
    - Integrate the testing and evaluation into your CI/CD system to ensure quality of your flow.
- **Streamlined development cycle for production**
    - Deploy your flow to the serving platform you choose or integrate into your app's code base easily.


NOTE:
- For users seeking a **minimal** dependency to execute a flow in serving or cloud run scenarios, consider installing the `promptflow-core` package. This package equips you with the fundamental features necessary for executing a `flow` in prompt flow.
- For users need 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), please install the `promptflow-azure` package.

## ChangeLog

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


            

Raw data

            {
    "_id": null,
    "home_page": "https://microsoft.github.io/promptflow/",
    "name": "promptflow-devkit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "!=2.7.*,!=3.0.*,!=3.1.*,!=3.13.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,!=3.8.*,>=3.9",
    "maintainer_email": null,
    "keywords": "devkit",
    "author": "Microsoft Corporation",
    "author_email": "aml-pt-eng@microsoft.com",
    "download_url": null,
    "platform": null,
    "description": "# Prompt flow devkit\n\n[![Python package](https://img.shields.io/pypi/v/promptflow-devkit)](https://pypi.org/project/promptflow-devkit/)\n[![Python](https://img.shields.io/pypi/pyversions/promptflow.svg?maxAge=2592000)](https://pypi.python.org/pypi/promptflow-devkit/)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/promptflow-devkit)](https://pypi.org/project/promptflow-devkit/)\n[![CLI](https://img.shields.io/badge/CLI-reference-blue)](https://microsoft.github.io/promptflow/reference/pf-command-reference.html)\n[![SDK](https://img.shields.io/badge/SDK-reference-blue)](https://microsoft.github.io/promptflow/reference/python-library-reference/promptflow-devkit/promptflow.client.html)\n[![vsc extension](https://img.shields.io/visual-studio-marketplace/i/prompt-flow.prompt-flow?logo=Visual%20Studio&label=Extension%20)](https://marketplace.visualstudio.com/items?itemName=prompt-flow.prompt-flow)\n\n[![Doc](https://img.shields.io/badge/Doc-online-green)](https://microsoft.github.io/promptflow/index.html)\n[![Issue](https://img.shields.io/github/issues/microsoft/promptflow)](https://github.com/microsoft/promptflow/issues/new/choose)\n[![Discussions](https://img.shields.io/github/discussions/microsoft/promptflow)](https://github.com/microsoft/promptflow/issues/new/choose)\n[![CONTRIBUTING](https://img.shields.io/badge/Contributing-8A2BE2)](https://github.com/microsoft/promptflow/blob/main/CONTRIBUTING.md)\n[![License: MIT](https://img.shields.io/github/license/microsoft/promptflow)](https://github.com/microsoft/promptflow/blob/main/LICENSE)\n\n> Welcome to join us to make prompt flow better by\n> participating [discussions](https://github.com/microsoft/promptflow/discussions),\n> opening [issues](https://github.com/microsoft/promptflow/issues/new/choose),\n> submitting [PRs](https://github.com/microsoft/promptflow/pulls).\n\n## Introduction\n\nThe `promptflow-devkit` is a subpackage of [`promptflow`](https://pypi.org/project/promptflow). It contains features like :\n\n- **Create and iteratively develop flow**\n    - Debug and iterate your flows, especially the [interaction with LLMs](https://microsoft.github.io/promptflow/concepts/concept-connections.html) with ease.\n    - Provide Tracing collector and UI to help user achieve comprehensive observability of their LLM applications.\n- **Evaluate flow quality and performance**\n    - Evaluate your flow's quality and performance with larger datasets.\n    - Integrate the testing and evaluation into your CI/CD system to ensure quality of your flow.\n- **Streamlined development cycle for production**\n    - Deploy your flow to the serving platform you choose or integrate into your app's code base easily.\n\n\nNOTE:\n- For users seeking a **minimal** dependency to execute a flow in serving or cloud run scenarios, consider installing the `promptflow-core` package. This package equips you with the fundamental features necessary for executing a `flow` in prompt flow.\n- For users need 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), please install the `promptflow-azure` package.\n\n## ChangeLog\n\nReach the full change log [here](https://microsoft.github.io/promptflow/reference/changelog/promptflow-devkit.html).\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Prompt flow devkit",
    "version": "1.17.0",
    "project_urls": {
        "Bug Reports": "https://github.com/microsoft/promptflow/issues",
        "Homepage": "https://microsoft.github.io/promptflow/",
        "Repository": "https://github.com/microsoft/promptflow"
    },
    "split_keywords": [
        "devkit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0655453584b99b2dcdef230ae2f15a80030cdddcc90dee543188896cdb46e745",
                "md5": "1ac0506839ce7d4d86ac98666e1a2465",
                "sha256": "c7803b4724942d52832a4cfd83ae2a527130e2dd17c1a9cef2b0405c8376cd63"
            },
            "downloads": -1,
            "filename": "promptflow_devkit-1.17.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1ac0506839ce7d4d86ac98666e1a2465",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "!=2.7.*,!=3.0.*,!=3.1.*,!=3.13.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,!=3.7.*,!=3.8.*,>=3.9",
            "size": 6980425,
            "upload_time": "2025-01-06T19:05:40",
            "upload_time_iso_8601": "2025-01-06T19:05:40.474608Z",
            "url": "https://files.pythonhosted.org/packages/06/55/453584b99b2dcdef230ae2f15a80030cdddcc90dee543188896cdb46e745/promptflow_devkit-1.17.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-06 19:05:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "microsoft",
    "github_project": "promptflow",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "promptflow-devkit"
}
        
Elapsed time: 1.97802s