roboflow-workflows
Roboflow Workflows execution engine and block library.
roboflow-workflows is the Python distribution for the Workflows engine that
powers Roboflow Inference. It can be
installed independently for use in standalone pipelines or embedded in the
full Inference server.
Installation
pip install roboflow-workflows
Optional extras:
pip install "roboflow-workflows[enterprise]" # enterprise sink blocks
pip install "roboflow-workflows[test]" # test-only dependencies
Local development (from this repository)
# Provision font assets (required by visualization blocks).
python workflows/build_scripts/download_fonts.py
# Install the package in editable mode with test + enterprise deps.
pip install -e './workflows[test,enterprise]'
# Run package unit and isolation tests.
cd workflows
python -m pytest tests/unit_tests tests/isolation
# Build a wheel from the same project directory (fonts already provisioned).
uv lock --check
uv build --out-dir ../dist
For editing roboflow_workflows source while running the full Inference
server, install both projects together from the repository root:
pip install -e ./inference_models -e './workflows[test,enterprise]' -e .
The dev images also support mounting workflows/roboflow_workflows at
/app/roboflow_workflows, alongside the existing /app/inference mount.
Provision local fonts first, since a bind mount replaces bundled image files.
Font assets
Visualization blocks require pre-provisioned font files. Font binaries are
downloaded by workflows/build_scripts/download_fonts.py (or
make download_fonts at the repository root) and are gitignored. They are
embedded as package-data in the published wheel so that offline environments
work without a checkout.
Release files for roboflow-workflows 0.1.2.post1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| roboflow_workflows-0.1.2.post1.tar.gz | 5.1 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| roboflow_workflows-0.1.2.post1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.3 MB
Release files / roboflow_workflows-0.1.2.post1.tar.gz
| Download URL | roboflow_workflows-0.1.2.post1.tar.gz |
|---|---|
| Size | 5.1 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bc8647d17174cd43b8aa3ad62cd5ec57b95bfca2eeb7e7249bcbf4a02e70b962
|
|
BLAKE2b-256 checksum How to use checksums |
a207660f12fc6bf9fefdcb362d1058e2b5706abacfd26ab02905271bff7912e9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 22, 2026.
Transparency logRelease files / roboflow_workflows-0.1.2.post1-py3-none-any.whl
| Download URL | roboflow_workflows-0.1.2.post1-py3-none-any.whl |
|---|---|
| Size | 6.1 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6482642fd5411c7fa1d575e31b10469d550a549dff3688a0cb5c8e8bced4f615
|
|
BLAKE2b-256 checksum How to use checksums |
e75cd1973aa37487809b4c4b9d36bc13d364c1cc4b1975518e8a7b2c1cebeb4b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 22, 2026.
Transparency log