argo-workflows
Argo Workflows API
What it is and what it does
argo-workflows is a Python client library for the Argo Workflows API, generated from OpenAPI specifications. It allows developers to programmatically interact with Argo Workflows, the container-native workflow orchestration engine for Kubernetes, without writing raw HTTP requests. The package depends only on urllib3 for HTTP communication and python-dateutil for timestamp handling, making it lightweight to integrate into existing Python applications.
This is primarily a generated API binding rather than a high-level abstraction layer. It exposes the full Argo Workflows API surface, so you interact with it by constructing API objects and calling methods that correspond to REST endpoints. It is useful when you need to submit, monitor, or manage workflows programmatically from Python code, or when building tools and dashboards that orchestrate Argo jobs on Kubernetes.
Use it for:
- Submit and monitor Argo Workflows from Python scripts or applications without shell commands.
- Build CI/CD pipelines that programmatically trigger and track container workflows on Kubernetes.
- Create dashboards or management tools that query and manage Argo workflow status and history.
- Integrate workflow orchestration into Python-based data processing or ML training pipelines.
- Automate workflow lifecycle operations (create, delete, retry) from Python applications.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python API bindings for Argo Workflows, enabling programmatic submission and management of container-native workflow jobs on Kubernetes clusters.
Yes, if you need to interact with Argo Workflows from Python code and have a Kubernetes cluster with Argo already running. The low install friction and active maintenance are positive signals. However, verify the license terms before use—the metadata shows the license as unclear, which is a blocker for some organizations. The package is API-binding code, so it requires familiarity with the Argo Workflows API itself.
Install
argo-workflows on PyPI
pip
pip install argo-workflowsuv
uv add argo-workflowspoetry
poetry add argo-workflowsInstalling argo-workflows
Before you install
Low install friction with only two runtime dependencies (urllib3, python-dateutil). Actively maintained as of the latest release date.
License in practice
License status is unclear—no SPDX identifier or raw license text is available in the package metadata. Verify the actual license terms before use in proprietary or restricted contexts.
Quickstart
pip install argo-workflows
import argo_workflows
# Use the client to interact with Argo Workflows API
Requires Kubernetes cluster with Argo Workflows server already deployed and accessible.
Verify before relying
- Actual license type and terms—metadata shows 'unclear' treatment with no SPDX or raw license field populated.
- Whether this package is auto-generated from OpenAPI spec and how that affects maintenance or API stability.
- Specific Python version support beyond the minimum requirement of >=3.6.
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.6) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — urllib3, python-dateutil |
| Maintenance | actively maintained — 0 days since the last release |
| First released | |
| Downloads | 345,127/month — #7,366 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: argo_workflows-6.7.18-py3-none-any.whl
Keywords: OpenAPI, OpenAPI-Generator, Argo Workflows API
Tags
More Distributed Computing packages
gRPC Python is an HTTP/2-based RPC framework…
permissive · top 100 on PyPI
execnetexecnet lets you spawn and communicate with…
permissive · top 1,000 on PyPI
cloudpickleCloudpickle extends Python's standard pickle…
permissive · top 1,000 on PyPI
smart-openProvides a unified, open()-compatible Python…
permissive · top 1,000 on PyPI
portalockerPortalocker provides cross-platform file…
permissive · top 1,000 on PyPI
rayRay is a distributed computing framework that…
permissive · top 1,000 on PyPI
hera-workflowsHera is a Python SDK that turns Python…
permissive · top 15,000 on PyPI
heraHera is a Python SDK that turns Python…
permissive · top 5,000 on PyPI
kfp-server-apiProvides Python client bindings for the…
permissive · top 5,000 on PyPI
codeflare-sdkCodeFlare SDK provides a Python interface for…
permissive · top 15,000 on PyPI
kfpKubeflow Pipelines is a Python SDK for…
permissive · top 5,000 on PyPI
outerboundsOuterbounds is the main platform package that…
unclear · top 15,000 on PyPI
jobflowJobflow is a Python library for defining and…
permissive · top 15,000 on PyPI
lithopsLithops is a Python framework for running…
permissive · top 15,000 on PyPI
snakemakeSnakemake is a workflow management system that…
permissive · top 15,000 on PyPI
luigiLuigi is a Python workflow orchestration…
permissive · top 5,000 on PyPI