skillfed

argo-workflows

Argo Workflows API

argo-workflows v6.7.18 345.1K downloads/30d#7,366 on PyPI
License unclear Active released

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-workflows

uv

uv add argo-workflows

poetry

poetry add argo-workflows

Installing 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

argo workflows python clientkubernetes workflow orchestration apicontainer job scheduling pythonargo workflows sdkkubernetes parallel job managementworkflow automation kubernetesargo api bindings
kubernetesworkflow-orchestrationopenapi-generated

More Distributed Computing packages