{"categories":[{"label":"Scientific/Engineering","url":"https://skillfed.io/packages/category/scientific-engineering/3"}],"enrichment":{"capability":"Hera is a Python SDK that turns Python functions into Argo Workflows templates and submits them to Kubernetes clusters, enabling orchestration of containerized workloads without leaving Python.","skillfed_tags":["kubernetes","workflow-orchestration","dag-builder"],"use_cases":["Build multi-step data pipelines on Kubernetes where each step is a Python function, without writing YAML.","Orchestrate machine learning training and inference workflows with dependency management and conditional branching.","Create scheduled or event-driven job workflows that run containerized Python code across a cluster.","Define complex DAGs with parallel execution paths and dynamic task generation using native Python syntax.","Enable GitOps practices by generating Argo YAML from Python source code for version control and review."],"what_it_does":"Hera is a Python SDK that bridges Python code and Argo Workflows, a Kubernetes-native workflow orchestration engine. Instead of writing YAML manifests, you define workflows as Python functions and DAGs, then submit them directly to an Argo server running on your cluster. The package handles the translation from Python to Argo's workflow format, letting you keep orchestration logic separate from business logic while retaining full access to Argo's capabilities like conditional execution, loops, and resource management.\n\nThe core workflow is simple: decorate Python functions with @script(), compose them into DAGs using Python operators (like >> for sequencing), and call w.create() to submit to your cluster. Hera depends on pydantic for data validation, requests for HTTP communication with the Argo server, and typing-extensions for type hints. It supports modern Python versions (3.10 through 3.14) and is in active development with optional extras for YAML export, a CLI tool, and async client support.","worth_installing":"Yes. Hera is actively maintained, has no known vulnerabilities, low install friction, and a permissive Apache 2.0 license. Install it if you need to orchestrate containerized workloads on Kubernetes and prefer writing Python over YAML. The main prerequisite is having an Argo Workflows server already deployed to a cluster; without that, the package alone is not useful."},"id":"hera","links":{"html":"https://skillfed.io/packages/hera","md":"https://skillfed.io/packages/hera.md","pypi":"https://pypi.org/project/hera/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-18","license_spdx":null,"license_treatment":"permissive","name":"hera","python_support":"supports_current","summary":"Hera makes Python code easy to orchestrate on Argo Workflows through native Python integrations. It lets you construct and submit your Workflows entirely in Python."},"popularity":{"monthly_downloads":1070096,"position":4406,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"7.0.0"}
