Name | vellum-workflow-server JSON |
Version |
0.14.87.post2
JSON |
| download |
home_page | None |
Summary | None |
upload_time | 2025-07-12 23:39:59 |
maintainer | None |
docs_url | None |
author | None |
requires_python | <4,>=3.9.0 |
license | AGPL |
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"]
```
## Skipping Publishes
If you wish to automatically skip publishing a new version when merging to main you can add a [skip-publish] to your commit message. This is useful if your changes are not time sensitive and can just go out with the next release. This avoids causing new services being created causing extra cold starts for our customers and also keeps our public versioning more tidy.
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/40/d5/8bd81630e3eec3fad8485b2171a6afd7f8b7939fa09be79868cba3b927ab/vellum_workflow_server-0.14.87.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\n## Skipping Publishes\nIf you wish to automatically skip publishing a new version when merging to main you can add a [skip-publish] to your commit message. This is useful if your changes are not time sensitive and can just go out with the next release. This avoids causing new services being created causing extra cold starts for our customers and also keeps our public versioning more tidy.\n",
"bugtrack_url": null,
"license": "AGPL",
"summary": null,
"version": "0.14.87.post2",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4048c5cb8b6ed16f69566c118ef5325d55900653184449fed9dff996661ab8ea",
"md5": "4f248d723f63681e1f65b991fd8adeb8",
"sha256": "687ff28e238d1ca7ccdc6bf45a9b43ad369d5d848194c8cfef893950713cab4d"
},
"downloads": -1,
"filename": "vellum_workflow_server-0.14.87.post2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4f248d723f63681e1f65b991fd8adeb8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.9.0",
"size": 38088,
"upload_time": "2025-07-12T23:39:58",
"upload_time_iso_8601": "2025-07-12T23:39:58.332093Z",
"url": "https://files.pythonhosted.org/packages/40/48/c5cb8b6ed16f69566c118ef5325d55900653184449fed9dff996661ab8ea/vellum_workflow_server-0.14.87.post2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "40d58bd81630e3eec3fad8485b2171a6afd7f8b7939fa09be79868cba3b927ab",
"md5": "52fe4122e31c79a599f510a4fe7e79cf",
"sha256": "ad9193412dc825dae8a47c93c34f50e9f626eb82717ce9ca46b47b01b0e5ad25"
},
"downloads": -1,
"filename": "vellum_workflow_server-0.14.87.post2.tar.gz",
"has_sig": false,
"md5_digest": "52fe4122e31c79a599f510a4fe7e79cf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.9.0",
"size": 29029,
"upload_time": "2025-07-12T23:39:59",
"upload_time_iso_8601": "2025-07-12T23:39:59.448482Z",
"url": "https://files.pythonhosted.org/packages/40/d5/8bd81630e3eec3fad8485b2171a6afd7f8b7939fa09be79868cba3b927ab/vellum_workflow_server-0.14.87.post2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-12 23:39:59",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "vellum-workflow-server"
}