wayflowcore


Namewayflowcore JSON
Version 25.4.1 PyPI version JSON
download
home_pageNone
SummaryPackage defining the WayFlow core library and the assistant abstractions.
upload_time2025-10-06 20:27:18
maintainerNone
docs_urlNone
authorOracle
requires_python<3.14,>=3.10
licenseUPL-1.0 OR APACHE-2.0
keywords nlp text generation code generation llm assistant tool agent
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # wayflowcore

This folder and sub-folders contain the code that constitutes the WayFlow Core library.

## Build (recommended)

Create a Python environment from the root folder.

```bash
$ source ./clean-install-dev.sh
```

This will install wayflowcore in editable mode with the dev dependencies.

## Build (module only)

If you want to install the core module only:

```bash
$ python3 -m venv .venv-wayflowcore
$ source .venv-wayflowcore/bin/activate
$ ./install.sh
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "wayflowcore",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.14,>=3.10",
    "maintainer_email": null,
    "keywords": "NLP, text generation, code generation, LLM, Assistant, Tool, Agent",
    "author": "Oracle",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# wayflowcore\n\nThis folder and sub-folders contain the code that constitutes the WayFlow Core library.\n\n## Build (recommended)\n\nCreate a Python environment from the root folder.\n\n```bash\n$ source ./clean-install-dev.sh\n```\n\nThis will install wayflowcore in editable mode with the dev dependencies.\n\n## Build (module only)\n\nIf you want to install the core module only:\n\n```bash\n$ python3 -m venv .venv-wayflowcore\n$ source .venv-wayflowcore/bin/activate\n$ ./install.sh\n```\n",
    "bugtrack_url": null,
    "license": "UPL-1.0 OR APACHE-2.0",
    "summary": "Package defining the WayFlow core library and the assistant abstractions.",
    "version": "25.4.1",
    "project_urls": null,
    "split_keywords": [
        "nlp",
        " text generation",
        " code generation",
        " llm",
        " assistant",
        " tool",
        " agent"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5e2756500682e8a5b98b4a11a4a8d1e4077ef8a67eaea17e2724a3ade4175444",
                "md5": "0b43c98ec8c00eb70755fc5fb8e84a25",
                "sha256": "83f353a25aed8ab74c914f6d4d23f9764ece4d04ea4ed337f9cf3544bf77d9b6"
            },
            "downloads": -1,
            "filename": "wayflowcore-25.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0b43c98ec8c00eb70755fc5fb8e84a25",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.14,>=3.10",
            "size": 566516,
            "upload_time": "2025-10-06T20:27:18",
            "upload_time_iso_8601": "2025-10-06T20:27:18.766211Z",
            "url": "https://files.pythonhosted.org/packages/5e/27/56500682e8a5b98b4a11a4a8d1e4077ef8a67eaea17e2724a3ade4175444/wayflowcore-25.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-06 20:27:18",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "wayflowcore"
}
        
Elapsed time: 4.86812s