vellum-workflow-server


Namevellum-workflow-server JSON
Version 0.14.7.post2 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2025-02-25 19:33:12
maintainerNone
docs_urlNone
authorNone
requires_python<4,>=3.9.0
licenseAGPL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Vellum Workflow Runner Server
This package is meant for installing on container images in order to use custom docker images when using Vellum Workflows.

## Example Dockerfile Usage:
```
FROM python:3.11.6-slim-bookworm

RUN apt-get update && apt-get install --no-install-recommends -y \
    build-essential \
    ca-certificates

RUN pip install --upgrade pip

RUN pip --no-cache-dir install vellum-workflow-server==0.13.2

ENV PYTHONUNBUFFERED 1
ENV PYTHONDONTWRITEBYTECODE 1
COPY ./base-image/code_exec_entrypoint.sh .
RUN chmod +x /code_exec_entrypoint.sh

CMD ["vellum_start_server"]
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "vellum-workflow-server",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.9.0",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/03/cd/af7c59169028fd202d7998bd851133060b69c7ce9001e6420e388dc7913e/vellum_workflow_server-0.14.7.post2.tar.gz",
    "platform": null,
    "description": "# Vellum Workflow Runner Server\nThis package is meant for installing on container images in order to use custom docker images when using Vellum Workflows.\n\n## Example Dockerfile Usage:\n```\nFROM python:3.11.6-slim-bookworm\n\nRUN apt-get update && apt-get install --no-install-recommends -y \\\n    build-essential \\\n    ca-certificates\n\nRUN pip install --upgrade pip\n\nRUN pip --no-cache-dir install vellum-workflow-server==0.13.2\n\nENV PYTHONUNBUFFERED 1\nENV PYTHONDONTWRITEBYTECODE 1\nCOPY ./base-image/code_exec_entrypoint.sh .\nRUN chmod +x /code_exec_entrypoint.sh\n\nCMD [\"vellum_start_server\"]\n```\n",
    "bugtrack_url": null,
    "license": "AGPL",
    "summary": null,
    "version": "0.14.7.post2",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37fabf0e8770d3a6a48c102ada98b8afbc7616b6ddcd7720964c77427b86bcda",
                "md5": "212f2aede664451ea7f6e44a7acae4d9",
                "sha256": "f261a4966424184809a8567e8964735ce386a0bcd3372692e56f38f09c8eeceb"
            },
            "downloads": -1,
            "filename": "vellum_workflow_server-0.14.7.post2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "212f2aede664451ea7f6e44a7acae4d9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.9.0",
            "size": 23087,
            "upload_time": "2025-02-25T19:33:11",
            "upload_time_iso_8601": "2025-02-25T19:33:11.377347Z",
            "url": "https://files.pythonhosted.org/packages/37/fa/bf0e8770d3a6a48c102ada98b8afbc7616b6ddcd7720964c77427b86bcda/vellum_workflow_server-0.14.7.post2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03cdaf7c59169028fd202d7998bd851133060b69c7ce9001e6420e388dc7913e",
                "md5": "2e2e2d75b6e28644314207a3a59bc716",
                "sha256": "b61ebbb2f734ae205dc9e685865a6b2f114fba1e4e501851ec42b88cd72aa0aa"
            },
            "downloads": -1,
            "filename": "vellum_workflow_server-0.14.7.post2.tar.gz",
            "has_sig": false,
            "md5_digest": "2e2e2d75b6e28644314207a3a59bc716",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.9.0",
            "size": 17065,
            "upload_time": "2025-02-25T19:33:12",
            "upload_time_iso_8601": "2025-02-25T19:33:12.430130Z",
            "url": "https://files.pythonhosted.org/packages/03/cd/af7c59169028fd202d7998bd851133060b69c7ce9001e6420e388dc7913e/vellum_workflow_server-0.14.7.post2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-25 19:33:12",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "vellum-workflow-server"
}
        
Elapsed time: 7.89010s