client-python icon indicating copy to clipboard operation
client-python copied to clipboard

A Python client for Rancher APIs

Results 6 client-python issues
Sort by recently updated
recently updated
newest added

It would be great to add type hints to the library. see https://docs.python.org/3/library/typing.html

I trying to add a cluster repo, but I found it at the v1 endpoint and I cannot figure out how to use the client to add the repo

PR https://github.com/rancher/client-python/pull/15

Hi, I found it very helpfull to have a timeout option available when using this clients, hope it is up to standard.

I have a process I ran successfully against Rancher 2.1. After upgrading to Rancher 2.2, I get this failure: ``` Traceback (most recent call last): File "./rancher_project_creator.py", line 79, in...