promptflow-core


Namepromptflow-core JSON
Version 1.10.0 PyPI version JSON
download
home_pagehttps://microsoft.github.io/promptflow/
SummaryPrompt flow core
upload_time2024-04-26 11:24:28
maintainerNone
docs_urlNone
authorMicrosoft Corporation
requires_python<4.0,>=3.8
licenseMIT
keywords core
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Prompt flow core

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

## Introduction

The `promptflow-core` package provides the essential features needed to execute a `flow` in prompt flow.

For those seeking a **minimal** dependency to execute a flow in serving or cloud run scenarios, installing this package alone will suffice.

However, if you require the full capabilities of the `devkit` to simplify the usage of flow, connection, and run in local development lifecycle, please install the complete package using `pip install promptflow`.

## ChangeLog

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


            

Raw data

            {
    "_id": null,
    "home_page": "https://microsoft.github.io/promptflow/",
    "name": "promptflow-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "core",
    "author": "Microsoft Corporation",
    "author_email": "aml-pt-eng@microsoft.com",
    "download_url": null,
    "platform": null,
    "description": "# Prompt flow core\n\n[![Python package](https://img.shields.io/pypi/v/promptflow-core)](https://pypi.org/project/promptflow-core/)\n[![Python](https://img.shields.io/pypi/pyversions/promptflow.svg?maxAge=2592000)](https://pypi.python.org/pypi/promptflow-core/)\n[![SDK](https://img.shields.io/badge/SDK-reference-blue)](https://microsoft.github.io/promptflow/reference/python-library-reference/promptflow-core/promptflow.html)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/promptflow-core)](https://pypi.org/project/promptflow-core/)\n\n## Introduction\n\nThe `promptflow-core` package provides the essential features needed to execute a `flow` in prompt flow.\n\nFor those seeking a **minimal** dependency to execute a flow in serving or cloud run scenarios, installing this package alone will suffice.\n\nHowever, if you require the full capabilities of the `devkit` to simplify the usage of flow, connection, and run in local development lifecycle, please install the complete package using `pip install promptflow`.\n\n## ChangeLog\n\nReach the full change log [here](https://microsoft.github.io/promptflow/reference/changelog/promptflow-core.html).\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Prompt flow core",
    "version": "1.10.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": [
        "core"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4d11f0287a82f36aea01f5c34d79e06f3aaf8dcb9f9e714058b1df21e617ab3",
                "md5": "58162bba26f44faf1a1a993ccafc4987",
                "sha256": "1bf3b3ef80521ef3c53c90889fa241530798484505602b0d5c251ab48eb3c64e"
            },
            "downloads": -1,
            "filename": "promptflow_core-1.10.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "58162bba26f44faf1a1a993ccafc4987",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 966688,
            "upload_time": "2024-04-26T11:24:28",
            "upload_time_iso_8601": "2024-04-26T11:24:28.108592Z",
            "url": "https://files.pythonhosted.org/packages/f4/d1/1f0287a82f36aea01f5c34d79e06f3aaf8dcb9f9e714058b1df21e617ab3/promptflow_core-1.10.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-26 11:24:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "microsoft",
    "github_project": "promptflow",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "promptflow-core"
}
        
Elapsed time: 0.26619s