linode-python
linode-python copied to clipboard
Linode API Python Bindings
Python 3
There is any plan to port to python 3? Thank you
There is a small typo in linode/VEpycurl.py. Should read `params` rather than `parms`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
Hi There, First of all, thank you so much for this awesome library. We've using your library for years, and everything works fine since Linode still supporting APIv2. However, we...
I'm trying to use your Linode Python API but I'm getting an error I don't understand. Can you help me? I want to get a list of the disks attached...
I've been trying to call `linode_clone` and `linode_config_create` unsuccessfully. For the latter, I would get errors of this nature: ``` python Traceback (most recent call last): File "", line 1,...
For example, [linode.disk.createfromstackscript](https://www.linode.com/api/linode/linode.disk.createfromstackscript) takes a parameter `StackScriptUDFResponses`: > StackScriptUDFResponses - string (required) > JSON encoded name/value pairs, answering this StackScript's User Defined Fields It's not clear whether it's allowed to...