You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Python | ⚠️ deprecated [Python](https://github.com/argoproj/argo-workflows/blob/main/sdks/python)| Use [Hera](#hera-python-sdk) instead. Will be removed in version 3.7 |
14
+
*[Go](#go-sdk)
15
+
*[Java](#java-sdk)
16
+
*[Python](#hera-python-sdk)
20
17
21
-
## Hera Python SDK
18
+
Please feel free to contribute more language libraries to help improve the Argo Workflows ecosystem.
19
+
20
+
### Go SDK
21
+
22
+
The [Go SDK](./go-sdk-guide.md) is a fully-featured client for Argo Workflows. It provides two client approaches:
23
+
24
+
***Kubernetes Client** - Direct CRD access for in-cluster applications
25
+
***Argo Server Client** - gRPC/HTTP access for remote applications
0 commit comments