Search python module for rancher api 2.0 beta

Is there a python module available for rancher api 2.0 beta?I can upgrade service with shell,but failed with python, so I need some available module on python,thanks.

The API client implements a generic spec and contains no code specific to 1.x vs 2.0, or even Rancher at all. There are a couple minor tweaks to the spec for 2.0 but nothing I know of off-hand that would affect the clients functionally.

But you really probably not want to be building anything off of the v3 api in the current preview/alpha10, there are very large difference in the next release to operate more directly on Kubernetes concepts.