flowise


Nameflowise JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/FlowiseAI/FlowisePy
SummaryFlowise SDK for Python to interact with the Flowise API.
upload_time2024-09-05 11:54:56
maintainerNone
docs_urlNone
authorHenry Heng
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Flowise SDK - Python

The **Flowise SDK** for Python provides an easy way to interact with the Flowise API for creating predictions, supporting both streaming and non-streaming responses. This SDK allows users to create predictions with customizable options, including history, file uploads, and more.

## Features

- Support for streaming and non-streaming API responses
- Ability to include message history and file uploads

## Installation

You can install the SDK via pip:

```bash
pip install flowise
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/FlowiseAI/FlowisePy",
    "name": "flowise",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Henry Heng",
    "author_email": "support@flowiseai.com",
    "download_url": "https://files.pythonhosted.org/packages/27/40/8798ebd927a5de0054a44728caefcbd4df904ac1f774fd0b88f65324621f/flowise-1.0.2.tar.gz",
    "platform": null,
    "description": "# Flowise SDK - Python\r\n\r\nThe **Flowise SDK** for Python provides an easy way to interact with the Flowise API for creating predictions, supporting both streaming and non-streaming responses. This SDK allows users to create predictions with customizable options, including history, file uploads, and more.\r\n\r\n## Features\r\n\r\n- Support for streaming and non-streaming API responses\r\n- Ability to include message history and file uploads\r\n\r\n## Installation\r\n\r\nYou can install the SDK via pip:\r\n\r\n```bash\r\npip install flowise\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Flowise SDK for Python to interact with the Flowise API.",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/FlowiseAI/FlowisePy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9d04e5d948f6c0693dca2cb15300c22e34b3a376e7f6e7eea0a082ce2e3cf16",
                "md5": "58202a9ee0df77ec622e11d6000e209e",
                "sha256": "42f1ad6886fed726486ef6cc2c6bf7d024c4e8bdccda39f90998f3e107ff4e53"
            },
            "downloads": -1,
            "filename": "flowise-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "58202a9ee0df77ec622e11d6000e209e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3670,
            "upload_time": "2024-09-05T11:54:54",
            "upload_time_iso_8601": "2024-09-05T11:54:54.990263Z",
            "url": "https://files.pythonhosted.org/packages/f9/d0/4e5d948f6c0693dca2cb15300c22e34b3a376e7f6e7eea0a082ce2e3cf16/flowise-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27408798ebd927a5de0054a44728caefcbd4df904ac1f774fd0b88f65324621f",
                "md5": "87358343e9cbd1640a55dbad1fca0425",
                "sha256": "12ab5bb34ff72cb994a8548070fc539ecdd30fdfa9fb14dc5aad58deea4faa45"
            },
            "downloads": -1,
            "filename": "flowise-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "87358343e9cbd1640a55dbad1fca0425",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3490,
            "upload_time": "2024-09-05T11:54:56",
            "upload_time_iso_8601": "2024-09-05T11:54:56.736697Z",
            "url": "https://files.pythonhosted.org/packages/27/40/8798ebd927a5de0054a44728caefcbd4df904ac1f774fd0b88f65324621f/flowise-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-05 11:54:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "FlowiseAI",
    "github_project": "FlowisePy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "flowise"
}
        
Elapsed time: 0.29670s