Skip to main content

Client for Argo Workflows

Project description

Argo Workflows Client

Python client for Argo Workflows

Installation

pip install argo

Usage

If you're familiar with Kubernetes client, the Argo client follows the same behaviour.

from argo.workflows.client import V1alpha1Api
from argo.workflows.config import load_kube_config

load_kube_config()  # loads local configuration from ~/.kube/config

And to list Workflows from a namespace (say argo):

v1alpha1 = V1alpha1Api()

wfs = v1alpha1.list_namespaced_workflows(namespace="argo")

Versioning

The client is generated from the Argo and Kubernetes OpenAPI specification.

We follow semantic versioning, the client starts at version 1.0 which matches Argo release 2.3.0 and continues onwards.

Compatibility matrix

Argo 2.3 Argo 2.4
client-python 1.0 -
client-python 2.0 +

Key:

  • Exactly the same features / API objects in both client-python and the Kubernetes version.
  • + client-python has features or api objects that may not be present in the Kubernetes cluster, but everything they have in common will work.
  • - The Kubernetes cluster has features the client-python library can't use (additional API objects, etc).

We try to be consistent with Argo as much as possible and hence we created special branches for user convenience --- for example argo/v2.4.0 is identical with Argo release v2.4.0.

These can be then installed directly from github:

pip install -e "git+git://github.com/CermakM/argo-client-python@argo/v2.4.0#egg=argo-workflows"

:warning: The compatibility for such cases is not guaranteed

Code generation

If you wish to generate code yourself, you can do so by running make generate with the ARGO_VERSION environment variable being set to the you want to generate the client for.

Before

in the Makefile:

For additional configuration check out the Makefile.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

argo-workflows-1.0.0.tar.gz (76.5 kB view details)

Uploaded Source

Built Distribution

argo_workflows-1.0.0-py3-none-any.whl (100.3 kB view details)

Uploaded Python 3

File details

Details for the file argo-workflows-1.0.0.tar.gz.

File metadata

  • Download URL: argo-workflows-1.0.0.tar.gz
  • Upload date:
  • Size: 76.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8

File hashes

Hashes for argo-workflows-1.0.0.tar.gz
Algorithm Hash digest
SHA256 938dfdc64c88749de8bb3a6d8f5a88d779bc8314dbc0ff6ed0a79732efc8cecc
MD5 e8e52bf64eaf1c91b65c1efb0bd73382
BLAKE2b-256 5bfd540ac28ead2ad7f9973b2acfee4aad3e2400412a3e1c2129c511bd7315e9

See more details on using hashes here.

File details

Details for the file argo_workflows-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: argo_workflows-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 100.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8

File hashes

Hashes for argo_workflows-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ef91d01b1e7a82de4785b07fa1ed284d9fd63ae2ca2f1e70abdb6f843d16cc51
MD5 4977d465f823969fae69f098ae582d20
BLAKE2b-256 3b1ff1622718d109daaa43e3499d2cd5d7121eb9da64f738f622faf8486b354a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page