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

Python 3

Open rafaelcapucho opened this issue 9 years ago • 4 comments

There is any plan to port to python 3?

Thank you

rafaelcapucho avatar Apr 04 '16 15:04 rafaelcapucho

G'day,

Given that there's a new version of the Linode API coming along and their first "official" library is supported w/ Python 3, I don't anticipate there will be any significant future changes to linode-python.

https://developers.linode.com/

On Mon, Apr 4, 2016, at 11:42, Rafael Capucho wrote:

There is any plan to port to python 3? Thank you — You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub[1]

Links:

  1. https://github.com/tjfontaine/linode-python/issues/30

rtucker avatar Apr 14 '16 22:04 rtucker

Linode's v4 API is still in beta. The new API uses OAuth2 for authentication instead of the simple API key. I've tried it, found it to be a nightmare to use. Linode support itself suggested to use the v3 API for now.

viktor-ferenczi avatar Oct 13 '17 19:10 viktor-ferenczi

Would be nice if this was updated. As far as I can see, simply running 2to3 against api.py fixes most stuff.

bartmeuris avatar Nov 30 '17 10:11 bartmeuris

This repo's README should probably get a prominent banner directing people to linode/linode_api4-python.

bryankaplan avatar Mar 22 '22 01:03 bryankaplan