python-ovh
python-ovh copied to clipboard
Thin wrapper around OVH's APIs. Handles all the hard work including credential creation and requests signing.
I'm Fedora maintainer and I'm in the process of packaging `python-ovh` for Fedora. Unfortunately, `python-ovh` relies on `yanc` (not in the repos, newest version released: Dec 16, 2014) and old...
Hi all Thanks for this lib. I may be wrong but I didn't find a way to setup a proxy for the Ovh Client. Since vendor library 'requests' handles this,...
I think auto retry would be a nice feature. What do you think about the following approach ? It use backoff and by default has the same behavior as the...
This file has been tested on CentOS/RHEL 6, 7 and on Fedora 26 & 27 to build the RPM packages. To build the packages on CentOS 7 for the version...
Trying to create a kube cluster from API in Python. So I ran the command from the API Console and picked the Python code being generated. But at the time...
Following https://github.com/ovh/python-ovh/pull/69 I think auto retry would be a nice feature. What do you think about the following approach ? It use backoff and by default has the same behavior...
Sorry but I don't really understand if there are two different API conventions at OVH: The documentation and 'old' api console seem to use API keys restrained by method and...